Shades of Carrot Orange #EA861E
Tints of Carrot Orange #EA861E
RGB
CMYK
RGB Variations
Color information
#EA861E (or 0xEA861E) is known color: Carrot Orange. HEX triplet: EA, 86 and 1E. RGB value is (234,134,30). Sum of RGB (Red+Green+Blue) = 234+134+30=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA861E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA861E is #1579E1. Grayscale: #989898. Windows color (decimal): -1407458 or 2000618. OLE color: 2000618.
HSL color Cylindrical-coordinate representation of color #EA861E: hue angle of 30.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA861E is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 30 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.08 |
| HSL | 30.59º | 0.83% | 0.52% | - |
| HSV(B) | 30.59º | 0.87% | 0.92% | - |
| XYZ | 42.69 | 34.64 | 5.66 | - |
| YUV | 152.04 | 59.13 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 30 | 0 | 0.43 | 0.87 | 0.08 | 30.59 | 0.83 | 0.52 |
| Hex | EA | 86 | 1E | 0 | 2B | 57 | 8 | 1F | 53 | 34 |
| Octal | 352 | 206 | 36 | 0 | 53 | 127 | 10 | 37 | 123 | 64 |
| Binary | 11101010 | 10000110 | 11110 | 0 | 101011 | 1010111 | 1000 | 11111 | 1010011 | 110100 |
Color Harmonies of #EA861E
Complementary color
Monochromatic Colors of #EA861E
Black with #EA861E
Text Example
Text Example
White with #EA861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA861E; }
p { color: rgb(234,134,30); }
H1.HeaderClassName
{
color: #EA861E;
}
.AnyTagClassName
{
color: #EA861E;
}
</style>
background-color css
<style>
a { background-color: #EA861E; }
a { background-color: rgb(234,134,30); }
div.DivClassName
{
background-color: #EA861E;
}
.BgClassName
{
background-color: #EA861E;
}
</style>
border-color css
<style>
span { border-color: #EA861E; }
span { border-color: rgb(234,134,30); }
td.TdClassName
{
border-color: #EA861E;
}
.TagClassName
{
border-color: #EA861E;
}
</style>