Shades of Carrot Orange #EA8818
Tints of Carrot Orange #EA8818
RGB
CMYK
RGB Variations
Color information
#EA8818 (or 0xEA8818) is known color: Carrot Orange. HEX triplet: EA, 88 and 18. RGB value is (234,136,24). Sum of RGB (Red+Green+Blue) = 234+136+24=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8818 is #1577E7. Grayscale: #999999. Windows color (decimal): -1406952 or 1607914. OLE color: 1607914.
HSL color Cylindrical-coordinate representation of color #EA8818: hue angle of 32º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA8818 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 24 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.08 |
| HSL | 32º | 0.83% | 0.51% | - |
| HSV(B) | 32º | 0.9% | 0.92% | - |
| XYZ | 42.9 | 35.17 | 5.39 | - |
| YUV | 152.53 | 55.47 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 24 | 0 | 0.42 | 0.90 | 0.08 | 32 | 0.83 | 0.51 |
| Hex | EA | 88 | 18 | 0 | 2A | 5A | 8 | 20 | 53 | 33 |
| Octal | 352 | 210 | 30 | 0 | 52 | 132 | 10 | 40 | 123 | 63 |
| Binary | 11101010 | 10001000 | 11000 | 0 | 101010 | 1011010 | 1000 | 100000 | 1010011 | 110011 |
Color Harmonies of #EA8818
Complementary color
Monochromatic Colors of #EA8818
Black with #EA8818
Text Example
Text Example
White with #EA8818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8818; }
p { color: rgb(234,136,24); }
H1.HeaderClassName
{
color: #EA8818;
}
.AnyTagClassName
{
color: #EA8818;
}
</style>
background-color css
<style>
a { background-color: #EA8818; }
a { background-color: rgb(234,136,24); }
div.DivClassName
{
background-color: #EA8818;
}
.BgClassName
{
background-color: #EA8818;
}
</style>
border-color css
<style>
span { border-color: #EA8818; }
span { border-color: rgb(234,136,24); }
td.TdClassName
{
border-color: #EA8818;
}
.TagClassName
{
border-color: #EA8818;
}
</style>