Shades of Carrot Orange #EEA020
Tints of Carrot Orange #EEA020
RGB
CMYK
RGB Variations
Color information
#EEA020 (or 0xEEA020) is known color: Carrot Orange. HEX triplet: EE, A0 and 20. RGB value is (238,160,32). Sum of RGB (Red+Green+Blue) = 238+160+32=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA020 is #115FDF. Grayscale: #A9A9A9. Windows color (decimal): -1138656 or 2138350. OLE color: 2138350.
HSL color Cylindrical-coordinate representation of color #EEA020: hue angle of 37.28º 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 #EEA020 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 32 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.07 |
| HSL | 37.28º | 0.86% | 0.53% | - |
| HSV(B) | 37.28º | 0.87% | 0.93% | - |
| XYZ | 48.09 | 43.42 | 7.21 | - |
| YUV | 168.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 32 | 0 | 0.33 | 0.87 | 0.07 | 37.28 | 0.86 | 0.53 |
| Hex | EE | A0 | 20 | 0 | 21 | 57 | 7 | 25 | 56 | 35 |
| Octal | 356 | 240 | 40 | 0 | 41 | 127 | 7 | 45 | 126 | 65 |
| Binary | 11101110 | 10100000 | 100000 | 0 | 100001 | 1010111 | 111 | 100101 | 1010110 | 110101 |
Color Harmonies of #EEA020
Complementary color
Monochromatic Colors of #EEA020
Black with #EEA020
Text Example
Text Example
White with #EEA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA020; }
p { color: rgb(238,160,32); }
H1.HeaderClassName
{
color: #EEA020;
}
.AnyTagClassName
{
color: #EEA020;
}
</style>
background-color css
<style>
a { background-color: #EEA020; }
a { background-color: rgb(238,160,32); }
div.DivClassName
{
background-color: #EEA020;
}
.BgClassName
{
background-color: #EEA020;
}
</style>
border-color css
<style>
span { border-color: #EEA020; }
span { border-color: rgb(238,160,32); }
td.TdClassName
{
border-color: #EEA020;
}
.TagClassName
{
border-color: #EEA020;
}
</style>