Shades of Carrot Orange #EA8E28
Tints of Carrot Orange #EA8E28
RGB
CMYK
RGB Variations
Color information
#EA8E28 (or 0xEA8E28) is known color: Carrot Orange. HEX triplet: EA, 8E and 28. RGB value is (234,142,40). Sum of RGB (Red+Green+Blue) = 234+142+40=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8E28 is #1571D7. Grayscale: #9E9E9E. Windows color (decimal): -1405400 or 2658026. OLE color: 2658026.
HSL color Cylindrical-coordinate representation of color #EA8E28: hue angle of 31.55º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA8E28 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 40 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.08 |
| HSL | 31.55º | 0.82% | 0.54% | - |
| HSV(B) | 31.55º | 0.83% | 0.92% | - |
| XYZ | 43.99 | 36.99 | 6.83 | - |
| YUV | 157.88 | 61.48 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 40 | 0 | 0.39 | 0.83 | 0.08 | 31.55 | 0.82 | 0.54 |
| Hex | EA | 8E | 28 | 0 | 27 | 53 | 8 | 20 | 52 | 36 |
| Octal | 352 | 216 | 50 | 0 | 47 | 123 | 10 | 40 | 122 | 66 |
| Binary | 11101010 | 10001110 | 101000 | 0 | 100111 | 1010011 | 1000 | 100000 | 1010010 | 110110 |
Color Harmonies of #EA8E28
Complementary color
Monochromatic Colors of #EA8E28
Black with #EA8E28
Text Example
Text Example
White with #EA8E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E28; }
p { color: rgb(234,142,40); }
H1.HeaderClassName
{
color: #EA8E28;
}
.AnyTagClassName
{
color: #EA8E28;
}
</style>
background-color css
<style>
a { background-color: #EA8E28; }
a { background-color: rgb(234,142,40); }
div.DivClassName
{
background-color: #EA8E28;
}
.BgClassName
{
background-color: #EA8E28;
}
</style>
border-color css
<style>
span { border-color: #EA8E28; }
span { border-color: rgb(234,142,40); }
td.TdClassName
{
border-color: #EA8E28;
}
.TagClassName
{
border-color: #EA8E28;
}
</style>