Shades of Carrot Orange #E59129
Tints of Carrot Orange #E59129
RGB
CMYK
RGB Variations
Color information
#E59129 (or 0xE59129) is known color: Carrot Orange. HEX triplet: E5, 91 and 29. RGB value is (229,145,41). Sum of RGB (Red+Green+Blue) = 229+145+41=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E59129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59129 is #1A6ED6. Grayscale: #9E9E9E. Windows color (decimal): -1732311 or 2724325. OLE color: 2724325.
HSL color Cylindrical-coordinate representation of color #E59129: hue angle of 33.19º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E59129 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 41 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.10 |
| HSL | 33.19º | 0.78% | 0.53% | - |
| HSV(B) | 33.19º | 0.82% | 0.9% | - |
| XYZ | 42.84 | 37.07 | 6.99 | - |
| YUV | 158.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 41 | 0 | 0.37 | 0.82 | 0.10 | 33.19 | 0.78 | 0.53 |
| Hex | E5 | 91 | 29 | 0 | 25 | 52 | A | 21 | 4E | 35 |
| Octal | 345 | 221 | 51 | 0 | 45 | 122 | 12 | 41 | 116 | 65 |
| Binary | 11100101 | 10010001 | 101001 | 0 | 100101 | 1010010 | 1010 | 100001 | 1001110 | 110101 |
Color Harmonies of #E59129
Complementary color
Monochromatic Colors of #E59129
Black with #E59129
Text Example
Text Example
White with #E59129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59129; }
p { color: rgb(229,145,41); }
H1.HeaderClassName
{
color: #E59129;
}
.AnyTagClassName
{
color: #E59129;
}
</style>
background-color css
<style>
a { background-color: #E59129; }
a { background-color: rgb(229,145,41); }
div.DivClassName
{
background-color: #E59129;
}
.BgClassName
{
background-color: #E59129;
}
</style>
border-color css
<style>
span { border-color: #E59129; }
span { border-color: rgb(229,145,41); }
td.TdClassName
{
border-color: #E59129;
}
.TagClassName
{
border-color: #E59129;
}
</style>