Shades of Carrot Orange #E1901E
Tints of Carrot Orange #E1901E
RGB
CMYK
RGB Variations
Color information
#E1901E (or 0xE1901E) is known color: Carrot Orange. HEX triplet: E1, 90 and 1E. RGB value is (225,144,30). Sum of RGB (Red+Green+Blue) = 225+144+30=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1901E is #1E6FE1. Grayscale: #9B9B9B. Windows color (decimal): -1994722 or 2003169. OLE color: 2003169.
HSL color Cylindrical-coordinate representation of color #E1901E: hue angle of 35.08º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1901E is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 30 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.12 |
| HSL | 35.08º | 0.76% | 0.5% | - |
| HSV(B) | 35.08º | 0.87% | 0.88% | - |
| XYZ | 41.26 | 36.05 | 6.01 | - |
| YUV | 155.22 | 57.34 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 30 | 0 | 0.36 | 0.87 | 0.12 | 35.08 | 0.76 | 0.5 |
| Hex | E1 | 90 | 1E | 0 | 24 | 57 | C | 23 | 4C | 32 |
| Octal | 341 | 220 | 36 | 0 | 44 | 127 | 14 | 43 | 114 | 62 |
| Binary | 11100001 | 10010000 | 11110 | 0 | 100100 | 1010111 | 1100 | 100011 | 1001100 | 110010 |
Color Harmonies of #E1901E
Complementary color
Monochromatic Colors of #E1901E
Black with #E1901E
Text Example
Text Example
White with #E1901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1901E; }
p { color: rgb(225,144,30); }
H1.HeaderClassName
{
color: #E1901E;
}
.AnyTagClassName
{
color: #E1901E;
}
</style>
background-color css
<style>
a { background-color: #E1901E; }
a { background-color: rgb(225,144,30); }
div.DivClassName
{
background-color: #E1901E;
}
.BgClassName
{
background-color: #E1901E;
}
</style>
border-color css
<style>
span { border-color: #E1901E; }
span { border-color: rgb(225,144,30); }
td.TdClassName
{
border-color: #E1901E;
}
.TagClassName
{
border-color: #E1901E;
}
</style>