Shades of Carrot Orange #EEA120
Tints of Carrot Orange #EEA120
RGB
CMYK
RGB Variations
Color information
#EEA120 (or 0xEEA120) is known color: Carrot Orange. HEX triplet: EE, A1 and 20. RGB value is (238,161,32). Sum of RGB (Red+Green+Blue) = 238+161+32=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA120 is #115EDF. Grayscale: #A9A9A9. Windows color (decimal): -1138400 or 2138606. OLE color: 2138606.
HSL color Cylindrical-coordinate representation of color #EEA120: hue angle of 37.57º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEA120 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 32 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.07 |
| HSL | 37.57º | 0.86% | 0.53% | - |
| HSV(B) | 37.57º | 0.87% | 0.93% | - |
| XYZ | 48.27 | 43.77 | 7.27 | - |
| YUV | 169.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 32 | 0 | 0.32 | 0.87 | 0.07 | 37.57 | 0.86 | 0.53 |
| Hex | EE | A1 | 20 | 0 | 20 | 57 | 7 | 26 | 56 | 35 |
| Octal | 356 | 241 | 40 | 0 | 40 | 127 | 7 | 46 | 126 | 65 |
| Binary | 11101110 | 10100001 | 100000 | 0 | 100000 | 1010111 | 111 | 100110 | 1010110 | 110101 |
Color Harmonies of #EEA120
Complementary color
Monochromatic Colors of #EEA120
Black with #EEA120
Text Example
Text Example
White with #EEA120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA120; }
p { color: rgb(238,161,32); }
H1.HeaderClassName
{
color: #EEA120;
}
.AnyTagClassName
{
color: #EEA120;
}
</style>
background-color css
<style>
a { background-color: #EEA120; }
a { background-color: rgb(238,161,32); }
div.DivClassName
{
background-color: #EEA120;
}
.BgClassName
{
background-color: #EEA120;
}
</style>
border-color css
<style>
span { border-color: #EEA120; }
span { border-color: rgb(238,161,32); }
td.TdClassName
{
border-color: #EEA120;
}
.TagClassName
{
border-color: #EEA120;
}
</style>