Shades of Carrot Orange #E49021
Tints of Carrot Orange #E49021
RGB
CMYK
RGB Variations
Color information
#E49021 (or 0xE49021) is known color: Carrot Orange. HEX triplet: E4, 90 and 21. RGB value is (228,144,33). Sum of RGB (Red+Green+Blue) = 228+144+33=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E49021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49021 is #1B6FDE. Grayscale: #9C9C9C. Windows color (decimal): -1798111 or 2199780. OLE color: 2199780.
HSL color Cylindrical-coordinate representation of color #E49021: hue angle of 34.15º 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 #E49021 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 33 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.11 |
| HSL | 34.15º | 0.78% | 0.51% | - |
| HSV(B) | 34.15º | 0.86% | 0.89% | - |
| XYZ | 42.24 | 36.55 | 6.27 | - |
| YUV | 156.46 | 58.33 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 33 | 0 | 0.37 | 0.86 | 0.11 | 34.15 | 0.78 | 0.51 |
| Hex | E4 | 90 | 21 | 0 | 25 | 56 | B | 22 | 4E | 33 |
| Octal | 344 | 220 | 41 | 0 | 45 | 126 | 13 | 42 | 116 | 63 |
| Binary | 11100100 | 10010000 | 100001 | 0 | 100101 | 1010110 | 1011 | 100010 | 1001110 | 110011 |
Color Harmonies of #E49021
Complementary color
Monochromatic Colors of #E49021
Black with #E49021
Text Example
Text Example
White with #E49021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49021; }
p { color: rgb(228,144,33); }
H1.HeaderClassName
{
color: #E49021;
}
.AnyTagClassName
{
color: #E49021;
}
</style>
background-color css
<style>
a { background-color: #E49021; }
a { background-color: rgb(228,144,33); }
div.DivClassName
{
background-color: #E49021;
}
.BgClassName
{
background-color: #E49021;
}
</style>
border-color css
<style>
span { border-color: #E49021; }
span { border-color: rgb(228,144,33); }
td.TdClassName
{
border-color: #E49021;
}
.TagClassName
{
border-color: #E49021;
}
</style>