crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ee8d30 hex color - Orange - Warm color - Information

#ee8d30 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ee8d30 Color code in RGB color code model is created after adding 93.33% red color, 55.29% green color and 18.82% blue color. Hex #ee8d30 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 80% yellow and 7% black.

Hex #ee8d30 color code is between #dd8833 web safe hex color code and #ff9922 web safe hex color code. #dd8833 is the nearest web safe color code. You can see here many more shades of #ee8d30 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeee8d30#ee8d30
RGB Decimal238, 141, 48rgb(238, 141, 48)
RGB Percent93%, 55%, 19%rgb(93%, 55%, 19%)
CSS RGBa238, 141, 48,1rgba(238,141,48,1)
CMYK Modelcmyk(0%,41%,80%,7%)
HSL Color Space29,85% ,56%hsl(29,85% ,56%)
HSV Color Space29°, 80%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011101000110100110000
Octal35621560
Decimal23814148
Hexee8d30

Different shades of #ee8d30 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ee8d30
#f2a75f
Dark Shade of #ee8d30
#d97312
Saturated Shade of #ee8d30
#f98d25
Desaturated Shade of #ee8d30
#e38d3b
Grey scale Shade of #ee8d30
#8f8f8f
Brighten Shade
#ffa649
Most Readable Shade
#000000

Shades of #ee8d30 color code

Generate more color scales with scales (color stack) generator.

#ee8d30
#d37d2a
#b96d25
#9e5e20
#844e1a
#693e15
#4f2f10
#341f0a
#1a0f05
#000000

Similar Color like #ee8d30 color

Find visually similar hex color codes nearing to #ee8d30 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ef8e31
#f08f32
#f19033
#f29134
#f39235
#f49336
#f59437
#f69538
#f79639
#f8973a
#f9983b
#fa993c
#fb9a3d
#fc9b3e
#ed8c2f
#ec8b2e
#eb8a2d
#ea892c
#e9882b
#e8872a
#e78629
#e68528
#e58427
#e48326
#e38225
#e28124
#e18023
#e07f22

Monochromatic Color with #ee8d30

#ee8d30
#1a0f05
#44280e
#6e4116
#995b1f
#c37427

Tints of #ee8d30 Color

#ee8d30
#ef9947
#f1a65e
#f3b375
#f5bf8c
#f7cca3
#f9d9ba
#fbe5d1
#fdf2e8
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ee8d30
#3091ee

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ee8d30
#30eeec
#3032ee

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ee4130
#ee6730
#ee8d30
#eeb330
#eed930

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ee8d30
#30ee8d
#8d30ee

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ee8d30
#32ee30
#3091ee
#ec30ee

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ee8d30
#3091ee
#3032ee
#eeec30

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ee8d30 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ee8d30 Color Code Preview on Black Background Color

This is how #ee8d30 Color will look on black background color. Color contrast ratio is 8.49

#ee8d30 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ee8d30">Your Example Paragraph content text in with font color #ee8d30 </p>

Your Example Paragraph content text in with font color #ee8d30

HTML with inline CSS

<div style="color:#ee8d30">Your Paragraph text in with font color #ee8d30 </div>

Your Example Paragraph content text in with font color #ee8d30

#ee8d30 color code is use for CSS Background Color

Background color for the above div is #ee8d30

HTML with inline CSS

<div style="background-color:#ee8d30;"></div>

#ee8d30 color code is use for CSS Border Color

CSS Border color for the above div is #ee8d30

HTML with inline CSS

<div style="border:5px solid #ee8d30;"></div>

CSS Border Left color for the above div is #ee8d30

HTML with inline CSS

<div style="border-left:5px solid #ee8d30;"></div>

CSS Border Right color for the above div is #ee8d30

HTML with inline CSS

<div style="border-right:5px solid #ee8d30;"></div>

CSS Border Bottom color for the above div is #ee8d30

HTML with inline CSS

<div style="border-bottom:5px solid #ee8d30;"></div>

CSS Border Top color for the above div is #ee8d30

HTML with inline CSS

<div style="border-top:5px solid #ee8d30;"></div>

#ee8d30 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ee8d30; } .examplecolorclass {color:#ee8d30; } .examplebordercolor {border:3px solid #ee8d30; }

#ee8d30 Color code Preview on White Background

This is how #ee8d30 Color code will look on white background color. Color contrast ratio is 2.47

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ee8d30; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ee8d30; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.