Shades of Carrot Orange #E5911A
Tints of Carrot Orange #E5911A
RGB
CMYK
RGB Variations
Color information
#E5911A (or 0xE5911A) is known color: Carrot Orange. HEX triplet: E5, 91 and 1A. RGB value is (229,145,26). Sum of RGB (Red+Green+Blue) = 229+145+26=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E5911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5911A is #1A6EE5. Grayscale: #9D9D9D. Windows color (decimal): -1732326 or 1741285. OLE color: 1741285.
HSL color Cylindrical-coordinate representation of color #E5911A: hue angle of 35.17º 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 #E5911A is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 26 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.10 |
| HSL | 35.17º | 0.8% | 0.5% | - |
| HSV(B) | 35.17º | 0.89% | 0.9% | - |
| XYZ | 42.62 | 36.98 | 5.87 | - |
| YUV | 156.55 | 54.33 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 26 | 0 | 0.37 | 0.89 | 0.10 | 35.17 | 0.8 | 0.5 |
| Hex | E5 | 91 | 1A | 0 | 25 | 59 | A | 23 | 50 | 32 |
| Octal | 345 | 221 | 32 | 0 | 45 | 131 | 12 | 43 | 120 | 62 |
| Binary | 11100101 | 10010001 | 11010 | 0 | 100101 | 1011001 | 1010 | 100011 | 1010000 | 110010 |
Color Harmonies of #E5911A
Complementary color
Monochromatic Colors of #E5911A
Black with #E5911A
Text Example
Text Example
White with #E5911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5911A; }
p { color: rgb(229,145,26); }
H1.HeaderClassName
{
color: #E5911A;
}
.AnyTagClassName
{
color: #E5911A;
}
</style>
background-color css
<style>
a { background-color: #E5911A; }
a { background-color: rgb(229,145,26); }
div.DivClassName
{
background-color: #E5911A;
}
.BgClassName
{
background-color: #E5911A;
}
</style>
border-color css
<style>
span { border-color: #E5911A; }
span { border-color: rgb(229,145,26); }
td.TdClassName
{
border-color: #E5911A;
}
.TagClassName
{
border-color: #E5911A;
}
</style>