Shades of Carrot Orange #EA9013
Tints of Carrot Orange #EA9013
RGB
CMYK
RGB Variations
Color information
#EA9013 (or 0xEA9013) is known color: Carrot Orange. HEX triplet: EA, 90 and 13. RGB value is (234,144,19). Sum of RGB (Red+Green+Blue) = 234+144+19=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9013 is #156FEC. Grayscale: #9D9D9D. Windows color (decimal): -1404909 or 1282282. OLE color: 1282282.
HSL color Cylindrical-coordinate representation of color #EA9013: hue angle of 34.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA9013 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 19 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.08 |
| HSL | 34.88º | 0.85% | 0.5% | - |
| HSV(B) | 34.88º | 0.92% | 0.92% | - |
| XYZ | 44.02 | 37.49 | 5.53 | - |
| YUV | 156.66 | 50.32 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 19 | 0 | 0.38 | 0.92 | 0.08 | 34.88 | 0.85 | 0.5 |
| Hex | EA | 90 | 13 | 0 | 26 | 5C | 8 | 23 | 55 | 32 |
| Octal | 352 | 220 | 23 | 0 | 46 | 134 | 10 | 43 | 125 | 62 |
| Binary | 11101010 | 10010000 | 10011 | 0 | 100110 | 1011100 | 1000 | 100011 | 1010101 | 110010 |
Color Harmonies of #EA9013
Complementary color
Monochromatic Colors of #EA9013
Black with #EA9013
Text Example
Text Example
White with #EA9013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9013; }
p { color: rgb(234,144,19); }
H1.HeaderClassName
{
color: #EA9013;
}
.AnyTagClassName
{
color: #EA9013;
}
</style>
background-color css
<style>
a { background-color: #EA9013; }
a { background-color: rgb(234,144,19); }
div.DivClassName
{
background-color: #EA9013;
}
.BgClassName
{
background-color: #EA9013;
}
</style>
border-color css
<style>
span { border-color: #EA9013; }
span { border-color: rgb(234,144,19); }
td.TdClassName
{
border-color: #EA9013;
}
.TagClassName
{
border-color: #EA9013;
}
</style>