Shades of Carrot Orange #EA8214
Tints of Carrot Orange #EA8214
RGB
CMYK
RGB Variations
Color information
#EA8214 (or 0xEA8214) is known color: Carrot Orange. HEX triplet: EA, 82 and 14. RGB value is (234,130,20). Sum of RGB (Red+Green+Blue) = 234+130+20=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8214 is #157DEB. Grayscale: #959595. Windows color (decimal): -1408492 or 1344234. OLE color: 1344234.
HSL color Cylindrical-coordinate representation of color #EA8214: hue angle of 30.84º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA8214 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 20 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.08 |
| HSL | 30.84º | 0.84% | 0.5% | - |
| HSV(B) | 30.84º | 0.91% | 0.92% | - |
| XYZ | 42.04 | 33.51 | 4.91 | - |
| YUV | 148.56 | 55.46 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 20 | 0 | 0.44 | 0.91 | 0.08 | 30.84 | 0.84 | 0.5 |
| Hex | EA | 82 | 14 | 0 | 2C | 5B | 8 | 1F | 54 | 32 |
| Octal | 352 | 202 | 24 | 0 | 54 | 133 | 10 | 37 | 124 | 62 |
| Binary | 11101010 | 10000010 | 10100 | 0 | 101100 | 1011011 | 1000 | 11111 | 1010100 | 110010 |
Color Harmonies of #EA8214
Complementary color
Monochromatic Colors of #EA8214
Black with #EA8214
Text Example
Text Example
White with #EA8214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8214; }
p { color: rgb(234,130,20); }
H1.HeaderClassName
{
color: #EA8214;
}
.AnyTagClassName
{
color: #EA8214;
}
</style>
background-color css
<style>
a { background-color: #EA8214; }
a { background-color: rgb(234,130,20); }
div.DivClassName
{
background-color: #EA8214;
}
.BgClassName
{
background-color: #EA8214;
}
</style>
border-color css
<style>
span { border-color: #EA8214; }
span { border-color: rgb(234,130,20); }
td.TdClassName
{
border-color: #EA8214;
}
.TagClassName
{
border-color: #EA8214;
}
</style>