Shades of Carrot Orange #E59522
Tints of Carrot Orange #E59522
RGB
CMYK
RGB Variations
Color information
#E59522 (or 0xE59522) is known color: Carrot Orange. HEX triplet: E5, 95 and 22. RGB value is (229,149,34). Sum of RGB (Red+Green+Blue) = 229+149+34=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E59522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59522 is #1A6ADD. Grayscale: #A0A0A0. Windows color (decimal): -1731294 or 2266597. OLE color: 2266597.
HSL color Cylindrical-coordinate representation of color #E59522: hue angle of 35.38º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E59522 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 34 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.10 |
| HSL | 35.38º | 0.79% | 0.52% | - |
| HSV(B) | 35.38º | 0.85% | 0.9% | - |
| XYZ | 43.35 | 38.27 | 6.62 | - |
| YUV | 159.81 | 57 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 34 | 0 | 0.35 | 0.85 | 0.10 | 35.38 | 0.79 | 0.52 |
| Hex | E5 | 95 | 22 | 0 | 23 | 55 | A | 23 | 4F | 34 |
| Octal | 345 | 225 | 42 | 0 | 43 | 125 | 12 | 43 | 117 | 64 |
| Binary | 11100101 | 10010101 | 100010 | 0 | 100011 | 1010101 | 1010 | 100011 | 1001111 | 110100 |
Color Harmonies of #E59522
Complementary color
Monochromatic Colors of #E59522
Black with #E59522
Text Example
Text Example
White with #E59522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59522; }
p { color: rgb(229,149,34); }
H1.HeaderClassName
{
color: #E59522;
}
.AnyTagClassName
{
color: #E59522;
}
</style>
background-color css
<style>
a { background-color: #E59522; }
a { background-color: rgb(229,149,34); }
div.DivClassName
{
background-color: #E59522;
}
.BgClassName
{
background-color: #E59522;
}
</style>
border-color css
<style>
span { border-color: #E59522; }
span { border-color: rgb(229,149,34); }
td.TdClassName
{
border-color: #E59522;
}
.TagClassName
{
border-color: #E59522;
}
</style>