Shades of Carrot Orange #E18119
Tints of Carrot Orange #E18119
RGB
CMYK
RGB Variations
Color information
#E18119 (or 0xE18119) is known color: Carrot Orange. HEX triplet: E1, 81 and 19. RGB value is (225,129,25). Sum of RGB (Red+Green+Blue) = 225+129+25=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E18119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18119 is #1E7EE6. Grayscale: #929292. Windows color (decimal): -1998567 or 1671649. OLE color: 1671649.
HSL color Cylindrical-coordinate representation of color #E18119: hue angle of 31.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E18119 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 25 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.12 |
| HSL | 31.2º | 0.8% | 0.49% | - |
| HSV(B) | 31.2º | 0.89% | 0.88% | - |
| XYZ | 39.08 | 31.78 | 4.99 | - |
| YUV | 145.85 | 59.8 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 25 | 0 | 0.43 | 0.89 | 0.12 | 31.2 | 0.8 | 0.49 |
| Hex | E1 | 81 | 19 | 0 | 2B | 59 | C | 1F | 50 | 31 |
| Octal | 341 | 201 | 31 | 0 | 53 | 131 | 14 | 37 | 120 | 61 |
| Binary | 11100001 | 10000001 | 11001 | 0 | 101011 | 1011001 | 1100 | 11111 | 1010000 | 110001 |
Color Harmonies of #E18119
Complementary color
Monochromatic Colors of #E18119
Black with #E18119
Text Example
Text Example
White with #E18119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18119; }
p { color: rgb(225,129,25); }
H1.HeaderClassName
{
color: #E18119;
}
.AnyTagClassName
{
color: #E18119;
}
</style>
background-color css
<style>
a { background-color: #E18119; }
a { background-color: rgb(225,129,25); }
div.DivClassName
{
background-color: #E18119;
}
.BgClassName
{
background-color: #E18119;
}
</style>
border-color css
<style>
span { border-color: #E18119; }
span { border-color: rgb(225,129,25); }
td.TdClassName
{
border-color: #E18119;
}
.TagClassName
{
border-color: #E18119;
}
</style>