Shades of Carrot Orange #E1811E
Tints of Carrot Orange #E1811E
RGB
CMYK
RGB Variations
Color information
#E1811E (or 0xE1811E) is known color: Carrot Orange. HEX triplet: E1, 81 and 1E. RGB value is (225,129,30). Sum of RGB (Red+Green+Blue) = 225+129+30=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1811E is #1E7EE1. Grayscale: #929292. Windows color (decimal): -1998562 or 1999329. OLE color: 1999329.
HSL color Cylindrical-coordinate representation of color #E1811E: hue angle of 30.46º 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 #E1811E is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 30 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.12 |
| HSL | 30.46º | 0.76% | 0.5% | - |
| HSV(B) | 30.46º | 0.87% | 0.88% | - |
| XYZ | 39.14 | 31.8 | 5.3 | - |
| YUV | 146.42 | 62.3 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 30 | 0 | 0.43 | 0.87 | 0.12 | 30.46 | 0.76 | 0.5 |
| Hex | E1 | 81 | 1E | 0 | 2B | 57 | C | 1E | 4C | 32 |
| Octal | 341 | 201 | 36 | 0 | 53 | 127 | 14 | 36 | 114 | 62 |
| Binary | 11100001 | 10000001 | 11110 | 0 | 101011 | 1010111 | 1100 | 11110 | 1001100 | 110010 |
Color Harmonies of #E1811E
Complementary color
Monochromatic Colors of #E1811E
Black with #E1811E
Text Example
Text Example
White with #E1811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1811E; }
p { color: rgb(225,129,30); }
H1.HeaderClassName
{
color: #E1811E;
}
.AnyTagClassName
{
color: #E1811E;
}
</style>
background-color css
<style>
a { background-color: #E1811E; }
a { background-color: rgb(225,129,30); }
div.DivClassName
{
background-color: #E1811E;
}
.BgClassName
{
background-color: #E1811E;
}
</style>
border-color css
<style>
span { border-color: #E1811E; }
span { border-color: rgb(225,129,30); }
td.TdClassName
{
border-color: #E1811E;
}
.TagClassName
{
border-color: #E1811E;
}
</style>