Shades of Carrot Orange #EA861F
Tints of Carrot Orange #EA861F
RGB
CMYK
RGB Variations
Color information
#EA861F (or 0xEA861F) is known color: Carrot Orange. HEX triplet: EA, 86 and 1F. RGB value is (234,134,31). Sum of RGB (Red+Green+Blue) = 234+134+31=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA861F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA861F is #1579E0. Grayscale: #989898. Windows color (decimal): -1407457 or 2066154. OLE color: 2066154.
HSL color Cylindrical-coordinate representation of color #EA861F: hue angle of 30.44º 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 #EA861F is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 31 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.08 |
| HSL | 30.44º | 0.83% | 0.52% | - |
| HSV(B) | 30.44º | 0.87% | 0.92% | - |
| XYZ | 42.7 | 34.64 | 5.73 | - |
| YUV | 152.16 | 59.63 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 31 | 0 | 0.43 | 0.87 | 0.08 | 30.44 | 0.83 | 0.52 |
| Hex | EA | 86 | 1F | 0 | 2B | 57 | 8 | 1E | 53 | 34 |
| Octal | 352 | 206 | 37 | 0 | 53 | 127 | 10 | 36 | 123 | 64 |
| Binary | 11101010 | 10000110 | 11111 | 0 | 101011 | 1010111 | 1000 | 11110 | 1010011 | 110100 |
Color Harmonies of #EA861F
Complementary color
Monochromatic Colors of #EA861F
Black with #EA861F
Text Example
Text Example
White with #EA861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA861F; }
p { color: rgb(234,134,31); }
H1.HeaderClassName
{
color: #EA861F;
}
.AnyTagClassName
{
color: #EA861F;
}
</style>
background-color css
<style>
a { background-color: #EA861F; }
a { background-color: rgb(234,134,31); }
div.DivClassName
{
background-color: #EA861F;
}
.BgClassName
{
background-color: #EA861F;
}
</style>
border-color css
<style>
span { border-color: #EA861F; }
span { border-color: rgb(234,134,31); }
td.TdClassName
{
border-color: #EA861F;
}
.TagClassName
{
border-color: #EA861F;
}
</style>