Shades of Carrot Orange #E49320
Tints of Carrot Orange #E49320
RGB
CMYK
RGB Variations
Color information
#E49320 (or 0xE49320) is known color: Carrot Orange. HEX triplet: E4, 93 and 20. RGB value is (228,147,32). Sum of RGB (Red+Green+Blue) = 228+147+32=407 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.02% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 228 - color contains mainly: red. Hex color #E49320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49320 is #1B6CDF. Grayscale: #9E9E9E. Windows color (decimal): -1797344 or 2135012. OLE color: 2135012.
HSL color Cylindrical-coordinate representation of color #E49320: hue angle of 35.2º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E49320 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 147 | 32 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.11 |
| HSL | 35.2º | 0.78% | 0.51% | - |
| HSV(B) | 35.2º | 0.86% | 0.89% | - |
| XYZ | 42.69 | 37.47 | 6.35 | - |
| YUV | 158.11 | 56.84 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 147 | 32 | 0 | 0.36 | 0.86 | 0.11 | 35.2 | 0.78 | 0.51 |
| Hex | E4 | 93 | 20 | 0 | 24 | 56 | B | 23 | 4E | 33 |
| Octal | 344 | 223 | 40 | 0 | 44 | 126 | 13 | 43 | 116 | 63 |
| Binary | 11100100 | 10010011 | 100000 | 0 | 100100 | 1010110 | 1011 | 100011 | 1001110 | 110011 |
Color Harmonies of #E49320
Complementary color
Monochromatic Colors of #E49320
Black with #E49320
Text Example
Text Example
White with #E49320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49320; }
p { color: rgb(228,147,32); }
H1.HeaderClassName
{
color: #E49320;
}
.AnyTagClassName
{
color: #E49320;
}
</style>
background-color css
<style>
a { background-color: #E49320; }
a { background-color: rgb(228,147,32); }
div.DivClassName
{
background-color: #E49320;
}
.BgClassName
{
background-color: #E49320;
}
</style>
border-color css
<style>
span { border-color: #E49320; }
span { border-color: rgb(228,147,32); }
td.TdClassName
{
border-color: #E49320;
}
.TagClassName
{
border-color: #E49320;
}
</style>