Shades of Carrot Orange #E49521
Tints of Carrot Orange #E49521
RGB
CMYK
RGB Variations
Color information
#E49521 (or 0xE49521) is known color: Carrot Orange. HEX triplet: E4, 95 and 21. RGB value is (228,149,33). Sum of RGB (Red+Green+Blue) = 228+149+33=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E49521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49521 is #1B6ADE. Grayscale: #9F9F9F. Windows color (decimal): -1796831 or 2201060. OLE color: 2201060.
HSL color Cylindrical-coordinate representation of color #E49521: hue angle of 35.69º 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 #E49521 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 33 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.11 |
| HSL | 35.69º | 0.78% | 0.51% | - |
| HSV(B) | 35.69º | 0.86% | 0.89% | - |
| XYZ | 43.02 | 38.1 | 6.53 | - |
| YUV | 159.4 | 56.67 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 33 | 0 | 0.35 | 0.86 | 0.11 | 35.69 | 0.78 | 0.51 |
| Hex | E4 | 95 | 21 | 0 | 23 | 56 | B | 24 | 4E | 33 |
| Octal | 344 | 225 | 41 | 0 | 43 | 126 | 13 | 44 | 116 | 63 |
| Binary | 11100100 | 10010101 | 100001 | 0 | 100011 | 1010110 | 1011 | 100100 | 1001110 | 110011 |
Color Harmonies of #E49521
Complementary color
Monochromatic Colors of #E49521
Black with #E49521
Text Example
Text Example
White with #E49521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49521; }
p { color: rgb(228,149,33); }
H1.HeaderClassName
{
color: #E49521;
}
.AnyTagClassName
{
color: #E49521;
}
</style>
background-color css
<style>
a { background-color: #E49521; }
a { background-color: rgb(228,149,33); }
div.DivClassName
{
background-color: #E49521;
}
.BgClassName
{
background-color: #E49521;
}
</style>
border-color css
<style>
span { border-color: #E49521; }
span { border-color: rgb(228,149,33); }
td.TdClassName
{
border-color: #E49521;
}
.TagClassName
{
border-color: #E49521;
}
</style>