Shades of Carrot Orange #EA9619
Tints of Carrot Orange #EA9619
RGB
CMYK
RGB Variations
Color information
#EA9619 (or 0xEA9619) is known color: Carrot Orange. HEX triplet: EA, 96 and 19. RGB value is (234,150,25). Sum of RGB (Red+Green+Blue) = 234+150+25=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9619 is #1569E6. Grayscale: #A1A1A1. Windows color (decimal): -1403367 or 1677034. OLE color: 1677034.
HSL color Cylindrical-coordinate representation of color #EA9619: hue angle of 35.89º 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 #EA9619 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 25 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.08 |
| HSL | 35.89º | 0.83% | 0.51% | - |
| HSV(B) | 35.89º | 0.89% | 0.92% | - |
| XYZ | 45.01 | 39.38 | 6.15 | - |
| YUV | 160.87 | 51.33 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 25 | 0 | 0.36 | 0.89 | 0.08 | 35.89 | 0.83 | 0.51 |
| Hex | EA | 96 | 19 | 0 | 24 | 59 | 8 | 24 | 53 | 33 |
| Octal | 352 | 226 | 31 | 0 | 44 | 131 | 10 | 44 | 123 | 63 |
| Binary | 11101010 | 10010110 | 11001 | 0 | 100100 | 1011001 | 1000 | 100100 | 1010011 | 110011 |
Color Harmonies of #EA9619
Complementary color
Monochromatic Colors of #EA9619
Black with #EA9619
Text Example
Text Example
White with #EA9619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9619; }
p { color: rgb(234,150,25); }
H1.HeaderClassName
{
color: #EA9619;
}
.AnyTagClassName
{
color: #EA9619;
}
</style>
background-color css
<style>
a { background-color: #EA9619; }
a { background-color: rgb(234,150,25); }
div.DivClassName
{
background-color: #EA9619;
}
.BgClassName
{
background-color: #EA9619;
}
</style>
border-color css
<style>
span { border-color: #EA9619; }
span { border-color: rgb(234,150,25); }
td.TdClassName
{
border-color: #EA9619;
}
.TagClassName
{
border-color: #EA9619;
}
</style>