Shades of Carrot Orange #EA851E
Tints of Carrot Orange #EA851E
RGB
CMYK
RGB Variations
Color information
#EA851E (or 0xEA851E) is known color: Carrot Orange. HEX triplet: EA, 85 and 1E. RGB value is (234,133,30). Sum of RGB (Red+Green+Blue) = 234+133+30=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA851E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA851E is #157AE1. Grayscale: #979797. Windows color (decimal): -1407714 or 2000362. OLE color: 2000362.
HSL color Cylindrical-coordinate representation of color #EA851E: hue angle of 30.29º 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 #EA851E is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 30 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.08 |
| HSL | 30.29º | 0.83% | 0.52% | - |
| HSV(B) | 30.29º | 0.87% | 0.92% | - |
| XYZ | 42.55 | 34.36 | 5.62 | - |
| YUV | 151.46 | 59.46 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 30 | 0 | 0.43 | 0.87 | 0.08 | 30.29 | 0.83 | 0.52 |
| Hex | EA | 85 | 1E | 0 | 2B | 57 | 8 | 1E | 53 | 34 |
| Octal | 352 | 205 | 36 | 0 | 53 | 127 | 10 | 36 | 123 | 64 |
| Binary | 11101010 | 10000101 | 11110 | 0 | 101011 | 1010111 | 1000 | 11110 | 1010011 | 110100 |
Color Harmonies of #EA851E
Complementary color
Monochromatic Colors of #EA851E
Black with #EA851E
Text Example
Text Example
White with #EA851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA851E; }
p { color: rgb(234,133,30); }
H1.HeaderClassName
{
color: #EA851E;
}
.AnyTagClassName
{
color: #EA851E;
}
</style>
background-color css
<style>
a { background-color: #EA851E; }
a { background-color: rgb(234,133,30); }
div.DivClassName
{
background-color: #EA851E;
}
.BgClassName
{
background-color: #EA851E;
}
</style>
border-color css
<style>
span { border-color: #EA851E; }
span { border-color: rgb(234,133,30); }
td.TdClassName
{
border-color: #EA851E;
}
.TagClassName
{
border-color: #EA851E;
}
</style>