Shades of Carrot Orange #EA8119
Tints of Carrot Orange #EA8119
RGB
CMYK
RGB Variations
Color information
#EA8119 (or 0xEA8119) is known color: Carrot Orange. HEX triplet: EA, 81 and 19. RGB value is (234,129,25). Sum of RGB (Red+Green+Blue) = 234+129+25=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8119 is #157EE6. Grayscale: #959595. Windows color (decimal): -1408743 or 1671658. OLE color: 1671658.
HSL color Cylindrical-coordinate representation of color #EA8119: hue angle of 29.86º 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 #EA8119 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 25 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.08 |
| HSL | 29.86º | 0.83% | 0.51% | - |
| HSV(B) | 29.86º | 0.89% | 0.92% | - |
| XYZ | 41.96 | 33.26 | 5.13 | - |
| YUV | 148.54 | 58.29 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 25 | 0 | 0.45 | 0.89 | 0.08 | 29.86 | 0.83 | 0.51 |
| Hex | EA | 81 | 19 | 0 | 2D | 59 | 8 | 1E | 53 | 33 |
| Octal | 352 | 201 | 31 | 0 | 55 | 131 | 10 | 36 | 123 | 63 |
| Binary | 11101010 | 10000001 | 11001 | 0 | 101101 | 1011001 | 1000 | 11110 | 1010011 | 110011 |
Color Harmonies of #EA8119
Complementary color
Monochromatic Colors of #EA8119
Black with #EA8119
Text Example
Text Example
White with #EA8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8119; }
p { color: rgb(234,129,25); }
H1.HeaderClassName
{
color: #EA8119;
}
.AnyTagClassName
{
color: #EA8119;
}
</style>
background-color css
<style>
a { background-color: #EA8119; }
a { background-color: rgb(234,129,25); }
div.DivClassName
{
background-color: #EA8119;
}
.BgClassName
{
background-color: #EA8119;
}
</style>
border-color css
<style>
span { border-color: #EA8119; }
span { border-color: rgb(234,129,25); }
td.TdClassName
{
border-color: #EA8119;
}
.TagClassName
{
border-color: #EA8119;
}
</style>