Shades of Carrot Orange #EA9519
Tints of Carrot Orange #EA9519
RGB
CMYK
RGB Variations
Color information
#EA9519 (or 0xEA9519) is known color: Carrot Orange. HEX triplet: EA, 95 and 19. RGB value is (234,149,25). Sum of RGB (Red+Green+Blue) = 234+149+25=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9519 is #156AE6. Grayscale: #A0A0A0. Windows color (decimal): -1403623 or 1676778. OLE color: 1676778.
HSL color Cylindrical-coordinate representation of color #EA9519: hue angle of 35.6º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA9519 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 25 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.08 |
| HSL | 35.6º | 0.83% | 0.51% | - |
| HSV(B) | 35.6º | 0.89% | 0.92% | - |
| XYZ | 44.85 | 39.06 | 6.09 | - |
| YUV | 160.28 | 51.66 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 25 | 0 | 0.36 | 0.89 | 0.08 | 35.6 | 0.83 | 0.51 |
| Hex | EA | 95 | 19 | 0 | 24 | 59 | 8 | 24 | 53 | 33 |
| Octal | 352 | 225 | 31 | 0 | 44 | 131 | 10 | 44 | 123 | 63 |
| Binary | 11101010 | 10010101 | 11001 | 0 | 100100 | 1011001 | 1000 | 100100 | 1010011 | 110011 |
Color Harmonies of #EA9519
Complementary color
Monochromatic Colors of #EA9519
Black with #EA9519
Text Example
Text Example
White with #EA9519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9519; }
p { color: rgb(234,149,25); }
H1.HeaderClassName
{
color: #EA9519;
}
.AnyTagClassName
{
color: #EA9519;
}
</style>
background-color css
<style>
a { background-color: #EA9519; }
a { background-color: rgb(234,149,25); }
div.DivClassName
{
background-color: #EA9519;
}
.BgClassName
{
background-color: #EA9519;
}
</style>
border-color css
<style>
span { border-color: #EA9519; }
span { border-color: rgb(234,149,25); }
td.TdClassName
{
border-color: #EA9519;
}
.TagClassName
{
border-color: #EA9519;
}
</style>