Shades of Carrot Orange #EA851F
Tints of Carrot Orange #EA851F
RGB
CMYK
RGB Variations
Color information
#EA851F (or 0xEA851F) is known color: Carrot Orange. HEX triplet: EA, 85 and 1F. RGB value is (234,133,31). Sum of RGB (Red+Green+Blue) = 234+133+31=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA851F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA851F is #157AE0. Grayscale: #989898. Windows color (decimal): -1407713 or 2065898. OLE color: 2065898.
HSL color Cylindrical-coordinate representation of color #EA851F: hue angle of 30.15º 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 #EA851F is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 31 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.08 |
| HSL | 30.15º | 0.83% | 0.52% | - |
| HSV(B) | 30.15º | 0.87% | 0.92% | - |
| XYZ | 42.57 | 34.37 | 5.69 | - |
| YUV | 151.57 | 59.96 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 31 | 0 | 0.43 | 0.87 | 0.08 | 30.15 | 0.83 | 0.52 |
| Hex | EA | 85 | 1F | 0 | 2B | 57 | 8 | 1E | 53 | 34 |
| Octal | 352 | 205 | 37 | 0 | 53 | 127 | 10 | 36 | 123 | 64 |
| Binary | 11101010 | 10000101 | 11111 | 0 | 101011 | 1010111 | 1000 | 11110 | 1010011 | 110100 |
Color Harmonies of #EA851F
Complementary color
Monochromatic Colors of #EA851F
Black with #EA851F
Text Example
Text Example
White with #EA851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA851F; }
p { color: rgb(234,133,31); }
H1.HeaderClassName
{
color: #EA851F;
}
.AnyTagClassName
{
color: #EA851F;
}
</style>
background-color css
<style>
a { background-color: #EA851F; }
a { background-color: rgb(234,133,31); }
div.DivClassName
{
background-color: #EA851F;
}
.BgClassName
{
background-color: #EA851F;
}
</style>
border-color css
<style>
span { border-color: #EA851F; }
span { border-color: rgb(234,133,31); }
td.TdClassName
{
border-color: #EA851F;
}
.TagClassName
{
border-color: #EA851F;
}
</style>