Shades of Carrot Orange #EEA01D
Tints of Carrot Orange #EEA01D
RGB
CMYK
RGB Variations
Color information
#EEA01D (or 0xEEA01D) is known color: Carrot Orange. HEX triplet: EE, A0 and 1D. RGB value is (238,160,29). Sum of RGB (Red+Green+Blue) = 238+160+29=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA01D is #115FE2. Grayscale: #A8A8A8. Windows color (decimal): -1138659 or 1941742. OLE color: 1941742.
HSL color Cylindrical-coordinate representation of color #EEA01D: hue angle of 37.61º 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 #EEA01D is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 29 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.07 |
| HSL | 37.61º | 0.86% | 0.52% | - |
| HSV(B) | 37.61º | 0.88% | 0.93% | - |
| XYZ | 48.05 | 43.41 | 7.01 | - |
| YUV | 168.39 | 49.34 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 29 | 0 | 0.33 | 0.88 | 0.07 | 37.61 | 0.86 | 0.52 |
| Hex | EE | A0 | 1D | 0 | 21 | 58 | 7 | 26 | 56 | 34 |
| Octal | 356 | 240 | 35 | 0 | 41 | 130 | 7 | 46 | 126 | 64 |
| Binary | 11101110 | 10100000 | 11101 | 0 | 100001 | 1011000 | 111 | 100110 | 1010110 | 110100 |
Color Harmonies of #EEA01D
Complementary color
Monochromatic Colors of #EEA01D
Black with #EEA01D
Text Example
Text Example
White with #EEA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA01D; }
p { color: rgb(238,160,29); }
H1.HeaderClassName
{
color: #EEA01D;
}
.AnyTagClassName
{
color: #EEA01D;
}
</style>
background-color css
<style>
a { background-color: #EEA01D; }
a { background-color: rgb(238,160,29); }
div.DivClassName
{
background-color: #EEA01D;
}
.BgClassName
{
background-color: #EEA01D;
}
</style>
border-color css
<style>
span { border-color: #EEA01D; }
span { border-color: rgb(238,160,29); }
td.TdClassName
{
border-color: #EEA01D;
}
.TagClassName
{
border-color: #EEA01D;
}
</style>