Shades of Carrot Orange #E8A020
Tints of Carrot Orange #E8A020
RGB
CMYK
RGB Variations
Color information
#E8A020 (or 0xE8A020) is known color: Carrot Orange. HEX triplet: E8, A0 and 20. RGB value is (232,160,32). Sum of RGB (Red+Green+Blue) = 232+160+32=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A020 is #175FDF. Grayscale: #A7A7A7. Windows color (decimal): -1531872 or 2138344. OLE color: 2138344.
HSL color Cylindrical-coordinate representation of color #E8A020: hue angle of 38.4º 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 #E8A020 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 160 | 32 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.09 |
| HSL | 38.4º | 0.81% | 0.52% | - |
| HSV(B) | 38.4º | 0.86% | 0.91% | - |
| XYZ | 46.11 | 42.4 | 7.12 | - |
| YUV | 166.94 | 51.85 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 160 | 32 | 0 | 0.31 | 0.86 | 0.09 | 38.4 | 0.81 | 0.52 |
| Hex | E8 | A0 | 20 | 0 | 1F | 56 | 9 | 26 | 51 | 34 |
| Octal | 350 | 240 | 40 | 0 | 37 | 126 | 11 | 46 | 121 | 64 |
| Binary | 11101000 | 10100000 | 100000 | 0 | 11111 | 1010110 | 1001 | 100110 | 1010001 | 110100 |
Color Harmonies of #E8A020
Complementary color
Monochromatic Colors of #E8A020
Black with #E8A020
Text Example
Text Example
White with #E8A020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A020; }
p { color: rgb(232,160,32); }
H1.HeaderClassName
{
color: #E8A020;
}
.AnyTagClassName
{
color: #E8A020;
}
</style>
background-color css
<style>
a { background-color: #E8A020; }
a { background-color: rgb(232,160,32); }
div.DivClassName
{
background-color: #E8A020;
}
.BgClassName
{
background-color: #E8A020;
}
</style>
border-color css
<style>
span { border-color: #E8A020; }
span { border-color: rgb(232,160,32); }
td.TdClassName
{
border-color: #E8A020;
}
.TagClassName
{
border-color: #E8A020;
}
</style>