Shades of Carrot Orange #EA8512
Tints of Carrot Orange #EA8512
RGB
CMYK
RGB Variations
Color information
#EA8512 (or 0xEA8512) is known color: Carrot Orange. HEX triplet: EA, 85 and 12. RGB value is (234,133,18). Sum of RGB (Red+Green+Blue) = 234+133+18=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8512 is #157AED. Grayscale: #969696. Windows color (decimal): -1407726 or 1213930. OLE color: 1213930.
HSL color Cylindrical-coordinate representation of color #EA8512: hue angle of 31.94º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA8512 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 18 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.08 |
| HSL | 31.94º | 0.86% | 0.49% | - |
| HSV(B) | 31.94º | 0.92% | 0.92% | - |
| XYZ | 42.43 | 34.31 | 4.96 | - |
| YUV | 150.09 | 53.46 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 18 | 0 | 0.43 | 0.92 | 0.08 | 31.94 | 0.86 | 0.49 |
| Hex | EA | 85 | 12 | 0 | 2B | 5C | 8 | 20 | 56 | 31 |
| Octal | 352 | 205 | 22 | 0 | 53 | 134 | 10 | 40 | 126 | 61 |
| Binary | 11101010 | 10000101 | 10010 | 0 | 101011 | 1011100 | 1000 | 100000 | 1010110 | 110001 |
Color Harmonies of #EA8512
Complementary color
Monochromatic Colors of #EA8512
Black with #EA8512
Text Example
Text Example
White with #EA8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8512; }
p { color: rgb(234,133,18); }
H1.HeaderClassName
{
color: #EA8512;
}
.AnyTagClassName
{
color: #EA8512;
}
</style>
background-color css
<style>
a { background-color: #EA8512; }
a { background-color: rgb(234,133,18); }
div.DivClassName
{
background-color: #EA8512;
}
.BgClassName
{
background-color: #EA8512;
}
</style>
border-color css
<style>
span { border-color: #EA8512; }
span { border-color: rgb(234,133,18); }
td.TdClassName
{
border-color: #EA8512;
}
.TagClassName
{
border-color: #EA8512;
}
</style>