Shades of Carrot Orange #EE9D1D
Tints of Carrot Orange #EE9D1D
RGB
CMYK
RGB Variations
Color information
#EE9D1D (or 0xEE9D1D) is known color: Carrot Orange. HEX triplet: EE, 9D and 1D. RGB value is (238,157,29). Sum of RGB (Red+Green+Blue) = 238+157+29=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9D1D is #1162E2. Grayscale: #A7A7A7. Windows color (decimal): -1139427 or 1940974. OLE color: 1940974.
HSL color Cylindrical-coordinate representation of color #EE9D1D: hue angle of 36.75º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE9D1D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 29 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.07 |
| HSL | 36.75º | 0.86% | 0.52% | - |
| HSV(B) | 36.75º | 0.88% | 0.93% | - |
| XYZ | 47.54 | 42.38 | 6.84 | - |
| YUV | 166.63 | 50.34 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 29 | 0 | 0.34 | 0.88 | 0.07 | 36.75 | 0.86 | 0.52 |
| Hex | EE | 9D | 1D | 0 | 22 | 58 | 7 | 25 | 56 | 34 |
| Octal | 356 | 235 | 35 | 0 | 42 | 130 | 7 | 45 | 126 | 64 |
| Binary | 11101110 | 10011101 | 11101 | 0 | 100010 | 1011000 | 111 | 100101 | 1010110 | 110100 |
Color Harmonies of #EE9D1D
Complementary color
Monochromatic Colors of #EE9D1D
Black with #EE9D1D
Text Example
Text Example
White with #EE9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9D1D; }
p { color: rgb(238,157,29); }
H1.HeaderClassName
{
color: #EE9D1D;
}
.AnyTagClassName
{
color: #EE9D1D;
}
</style>
background-color css
<style>
a { background-color: #EE9D1D; }
a { background-color: rgb(238,157,29); }
div.DivClassName
{
background-color: #EE9D1D;
}
.BgClassName
{
background-color: #EE9D1D;
}
</style>
border-color css
<style>
span { border-color: #EE9D1D; }
span { border-color: rgb(238,157,29); }
td.TdClassName
{
border-color: #EE9D1D;
}
.TagClassName
{
border-color: #EE9D1D;
}
</style>