Shades of Carrot Orange #E49621
Tints of Carrot Orange #E49621
RGB
CMYK
RGB Variations
Color information
#E49621 (or 0xE49621) is known color: Carrot Orange. HEX triplet: E4, 96 and 21. RGB value is (228,150,33). Sum of RGB (Red+Green+Blue) = 228+150+33=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E49621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49621 is #1B69DE. Grayscale: #A0A0A0. Windows color (decimal): -1796575 or 2201316. OLE color: 2201316.
HSL color Cylindrical-coordinate representation of color #E49621: hue angle of 36º 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 #E49621 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 33 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.11 |
| HSL | 36º | 0.78% | 0.51% | - |
| HSV(B) | 36º | 0.86% | 0.89% | - |
| XYZ | 43.18 | 38.42 | 6.58 | - |
| YUV | 159.98 | 56.34 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 33 | 0 | 0.34 | 0.86 | 0.11 | 36 | 0.78 | 0.51 |
| Hex | E4 | 96 | 21 | 0 | 22 | 56 | B | 24 | 4E | 33 |
| Octal | 344 | 226 | 41 | 0 | 42 | 126 | 13 | 44 | 116 | 63 |
| Binary | 11100100 | 10010110 | 100001 | 0 | 100010 | 1010110 | 1011 | 100100 | 1001110 | 110011 |
Color Harmonies of #E49621
Complementary color
Monochromatic Colors of #E49621
Black with #E49621
Text Example
Text Example
White with #E49621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49621; }
p { color: rgb(228,150,33); }
H1.HeaderClassName
{
color: #E49621;
}
.AnyTagClassName
{
color: #E49621;
}
</style>
background-color css
<style>
a { background-color: #E49621; }
a { background-color: rgb(228,150,33); }
div.DivClassName
{
background-color: #E49621;
}
.BgClassName
{
background-color: #E49621;
}
</style>
border-color css
<style>
span { border-color: #E49621; }
span { border-color: rgb(228,150,33); }
td.TdClassName
{
border-color: #E49621;
}
.TagClassName
{
border-color: #E49621;
}
</style>