Shades of Carrot Orange #E8A021
Tints of Carrot Orange #E8A021
RGB
CMYK
RGB Variations
Color information
#E8A021 (or 0xE8A021) is known color: Carrot Orange. HEX triplet: E8, A0 and 21. RGB value is (232,160,33). Sum of RGB (Red+Green+Blue) = 232+160+33=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A021 is #175FDE. Grayscale: #A7A7A7. Windows color (decimal): -1531871 or 2203880. OLE color: 2203880.
HSL color Cylindrical-coordinate representation of color #E8A021: hue angle of 38.29º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8A021 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 160 | 33 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.09 |
| HSL | 38.29º | 0.81% | 0.52% | - |
| HSV(B) | 38.29º | 0.86% | 0.91% | - |
| XYZ | 46.12 | 42.41 | 7.19 | - |
| YUV | 167.05 | 52.35 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 160 | 33 | 0 | 0.31 | 0.86 | 0.09 | 38.29 | 0.81 | 0.52 |
| Hex | E8 | A0 | 21 | 0 | 1F | 56 | 9 | 26 | 51 | 34 |
| Octal | 350 | 240 | 41 | 0 | 37 | 126 | 11 | 46 | 121 | 64 |
| Binary | 11101000 | 10100000 | 100001 | 0 | 11111 | 1010110 | 1001 | 100110 | 1010001 | 110100 |
Color Harmonies of #E8A021
Complementary color
Monochromatic Colors of #E8A021
Black with #E8A021
Text Example
Text Example
White with #E8A021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A021; }
p { color: rgb(232,160,33); }
H1.HeaderClassName
{
color: #E8A021;
}
.AnyTagClassName
{
color: #E8A021;
}
</style>
background-color css
<style>
a { background-color: #E8A021; }
a { background-color: rgb(232,160,33); }
div.DivClassName
{
background-color: #E8A021;
}
.BgClassName
{
background-color: #E8A021;
}
</style>
border-color css
<style>
span { border-color: #E8A021; }
span { border-color: rgb(232,160,33); }
td.TdClassName
{
border-color: #E8A021;
}
.TagClassName
{
border-color: #E8A021;
}
</style>