Shades of Carrot Orange #EEA01C
Tints of Carrot Orange #EEA01C
RGB
CMYK
RGB Variations
Color information
#EEA01C (or 0xEEA01C) is known color: Carrot Orange. HEX triplet: EE, A0 and 1C. RGB value is (238,160,28). Sum of RGB (Red+Green+Blue) = 238+160+28=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA01C is #115FE3. Grayscale: #A8A8A8. Windows color (decimal): -1138660 or 1876206. OLE color: 1876206.
HSL color Cylindrical-coordinate representation of color #EEA01C: hue angle of 37.71º 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 #EEA01C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 28 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.07 |
| HSL | 37.71º | 0.86% | 0.52% | - |
| HSV(B) | 37.71º | 0.88% | 0.93% | - |
| XYZ | 48.04 | 43.4 | 6.94 | - |
| YUV | 168.27 | 48.84 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 28 | 0 | 0.33 | 0.88 | 0.07 | 37.71 | 0.86 | 0.52 |
| Hex | EE | A0 | 1C | 0 | 21 | 58 | 7 | 26 | 56 | 34 |
| Octal | 356 | 240 | 34 | 0 | 41 | 130 | 7 | 46 | 126 | 64 |
| Binary | 11101110 | 10100000 | 11100 | 0 | 100001 | 1011000 | 111 | 100110 | 1010110 | 110100 |
Color Harmonies of #EEA01C
Complementary color
Monochromatic Colors of #EEA01C
Black with #EEA01C
Text Example
Text Example
White with #EEA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA01C; }
p { color: rgb(238,160,28); }
H1.HeaderClassName
{
color: #EEA01C;
}
.AnyTagClassName
{
color: #EEA01C;
}
</style>
background-color css
<style>
a { background-color: #EEA01C; }
a { background-color: rgb(238,160,28); }
div.DivClassName
{
background-color: #EEA01C;
}
.BgClassName
{
background-color: #EEA01C;
}
</style>
border-color css
<style>
span { border-color: #EEA01C; }
span { border-color: rgb(238,160,28); }
td.TdClassName
{
border-color: #EEA01C;
}
.TagClassName
{
border-color: #EEA01C;
}
</style>