Shades of Carrot Orange #EA8D2C
Tints of Carrot Orange #EA8D2C
RGB
CMYK
RGB Variations
Color information
#EA8D2C (or 0xEA8D2C) is known color: Carrot Orange. HEX triplet: EA, 8D and 2C. RGB value is (234,141,44). Sum of RGB (Red+Green+Blue) = 234+141+44=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8D2C is #1572D3. Grayscale: #9E9E9E. Windows color (decimal): -1405652 or 2919914. OLE color: 2919914.
HSL color Cylindrical-coordinate representation of color #EA8D2C: hue angle of 30.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA8D2C is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 44 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.08 |
| HSL | 30.63º | 0.82% | 0.55% | - |
| HSV(B) | 30.63º | 0.81% | 0.92% | - |
| XYZ | 43.91 | 36.72 | 7.16 | - |
| YUV | 157.75 | 63.81 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 44 | 0 | 0.40 | 0.81 | 0.08 | 30.63 | 0.82 | 0.55 |
| Hex | EA | 8D | 2C | 0 | 28 | 51 | 8 | 1F | 52 | 37 |
| Octal | 352 | 215 | 54 | 0 | 50 | 121 | 10 | 37 | 122 | 67 |
| Binary | 11101010 | 10001101 | 101100 | 0 | 101000 | 1010001 | 1000 | 11111 | 1010010 | 110111 |
Color Harmonies of #EA8D2C
Complementary color
Monochromatic Colors of #EA8D2C
Black with #EA8D2C
Text Example
Text Example
White with #EA8D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D2C; }
p { color: rgb(234,141,44); }
H1.HeaderClassName
{
color: #EA8D2C;
}
.AnyTagClassName
{
color: #EA8D2C;
}
</style>
background-color css
<style>
a { background-color: #EA8D2C; }
a { background-color: rgb(234,141,44); }
div.DivClassName
{
background-color: #EA8D2C;
}
.BgClassName
{
background-color: #EA8D2C;
}
</style>
border-color css
<style>
span { border-color: #EA8D2C; }
span { border-color: rgb(234,141,44); }
td.TdClassName
{
border-color: #EA8D2C;
}
.TagClassName
{
border-color: #EA8D2C;
}
</style>