Shades of Carrot Orange #EA8B19
Tints of Carrot Orange #EA8B19
RGB
CMYK
RGB Variations
Color information
#EA8B19 (or 0xEA8B19) is known color: Carrot Orange. HEX triplet: EA, 8B and 19. RGB value is (234,139,25). Sum of RGB (Red+Green+Blue) = 234+139+25=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8B19 is #1574E6. Grayscale: #9A9A9A. Windows color (decimal): -1406183 or 1674218. OLE color: 1674218.
HSL color Cylindrical-coordinate representation of color #EA8B19: hue angle of 32.73º 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 #EA8B19 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 25 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.08 |
| HSL | 32.73º | 0.83% | 0.51% | - |
| HSV(B) | 32.73º | 0.89% | 0.92% | - |
| XYZ | 43.34 | 36.03 | 5.59 | - |
| YUV | 154.41 | 54.97 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 25 | 0 | 0.41 | 0.89 | 0.08 | 32.73 | 0.83 | 0.51 |
| Hex | EA | 8B | 19 | 0 | 29 | 59 | 8 | 21 | 53 | 33 |
| Octal | 352 | 213 | 31 | 0 | 51 | 131 | 10 | 41 | 123 | 63 |
| Binary | 11101010 | 10001011 | 11001 | 0 | 101001 | 1011001 | 1000 | 100001 | 1010011 | 110011 |
Color Harmonies of #EA8B19
Complementary color
Monochromatic Colors of #EA8B19
Black with #EA8B19
Text Example
Text Example
White with #EA8B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B19; }
p { color: rgb(234,139,25); }
H1.HeaderClassName
{
color: #EA8B19;
}
.AnyTagClassName
{
color: #EA8B19;
}
</style>
background-color css
<style>
a { background-color: #EA8B19; }
a { background-color: rgb(234,139,25); }
div.DivClassName
{
background-color: #EA8B19;
}
.BgClassName
{
background-color: #EA8B19;
}
</style>
border-color css
<style>
span { border-color: #EA8B19; }
span { border-color: rgb(234,139,25); }
td.TdClassName
{
border-color: #EA8B19;
}
.TagClassName
{
border-color: #EA8B19;
}
</style>