Shades of Carrot Orange #E5902A
Tints of Carrot Orange #E5902A
RGB
CMYK
RGB Variations
Color information
#E5902A (or 0xE5902A) is known color: Carrot Orange. HEX triplet: E5, 90 and 2A. RGB value is (229,144,42). Sum of RGB (Red+Green+Blue) = 229+144+42=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5902A is #1A6FD5. Grayscale: #9E9E9E. Windows color (decimal): -1732566 or 2789605. OLE color: 2789605.
HSL color Cylindrical-coordinate representation of color #E5902A: hue angle of 32.73º 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 #E5902A is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 42 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.10 |
| HSL | 32.73º | 0.78% | 0.53% | - |
| HSV(B) | 32.73º | 0.82% | 0.9% | - |
| XYZ | 42.7 | 36.77 | 7.04 | - |
| YUV | 157.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 42 | 0 | 0.37 | 0.82 | 0.10 | 32.73 | 0.78 | 0.53 |
| Hex | E5 | 90 | 2A | 0 | 25 | 52 | A | 21 | 4E | 35 |
| Octal | 345 | 220 | 52 | 0 | 45 | 122 | 12 | 41 | 116 | 65 |
| Binary | 11100101 | 10010000 | 101010 | 0 | 100101 | 1010010 | 1010 | 100001 | 1001110 | 110101 |
Color Harmonies of #E5902A
Complementary color
Monochromatic Colors of #E5902A
Black with #E5902A
Text Example
Text Example
White with #E5902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5902A; }
p { color: rgb(229,144,42); }
H1.HeaderClassName
{
color: #E5902A;
}
.AnyTagClassName
{
color: #E5902A;
}
</style>
background-color css
<style>
a { background-color: #E5902A; }
a { background-color: rgb(229,144,42); }
div.DivClassName
{
background-color: #E5902A;
}
.BgClassName
{
background-color: #E5902A;
}
</style>
border-color css
<style>
span { border-color: #E5902A; }
span { border-color: rgb(229,144,42); }
td.TdClassName
{
border-color: #E5902A;
}
.TagClassName
{
border-color: #E5902A;
}
</style>