Shades of Carrot Orange #E5901A
Tints of Carrot Orange #E5901A
RGB
CMYK
RGB Variations
Color information
#E5901A (or 0xE5901A) is known color: Carrot Orange. HEX triplet: E5, 90 and 1A. RGB value is (229,144,26). Sum of RGB (Red+Green+Blue) = 229+144+26=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E5901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5901A is #1A6FE5. Grayscale: #9C9C9C. Windows color (decimal): -1732582 or 1741029. OLE color: 1741029.
HSL color Cylindrical-coordinate representation of color #E5901A: hue angle of 34.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5901A is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 26 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.10 |
| HSL | 34.88º | 0.8% | 0.5% | - |
| HSV(B) | 34.88º | 0.89% | 0.9% | - |
| XYZ | 42.47 | 36.68 | 5.82 | - |
| YUV | 155.96 | 54.66 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 26 | 0 | 0.37 | 0.89 | 0.10 | 34.88 | 0.8 | 0.5 |
| Hex | E5 | 90 | 1A | 0 | 25 | 59 | A | 23 | 50 | 32 |
| Octal | 345 | 220 | 32 | 0 | 45 | 131 | 12 | 43 | 120 | 62 |
| Binary | 11100101 | 10010000 | 11010 | 0 | 100101 | 1011001 | 1010 | 100011 | 1010000 | 110010 |
Color Harmonies of #E5901A
Complementary color
Monochromatic Colors of #E5901A
Black with #E5901A
Text Example
Text Example
White with #E5901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5901A; }
p { color: rgb(229,144,26); }
H1.HeaderClassName
{
color: #E5901A;
}
.AnyTagClassName
{
color: #E5901A;
}
</style>
background-color css
<style>
a { background-color: #E5901A; }
a { background-color: rgb(229,144,26); }
div.DivClassName
{
background-color: #E5901A;
}
.BgClassName
{
background-color: #E5901A;
}
</style>
border-color css
<style>
span { border-color: #E5901A; }
span { border-color: rgb(229,144,26); }
td.TdClassName
{
border-color: #E5901A;
}
.TagClassName
{
border-color: #E5901A;
}
</style>