Shades of Carrot Orange #EA8916
Tints of Carrot Orange #EA8916
RGB
CMYK
RGB Variations
Color information
#EA8916 (or 0xEA8916) is known color: Carrot Orange. HEX triplet: EA, 89 and 16. RGB value is (234,137,22). Sum of RGB (Red+Green+Blue) = 234+137+22=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8916 is #1576E9. Grayscale: #999999. Windows color (decimal): -1406698 or 1477098. OLE color: 1477098.
HSL color Cylindrical-coordinate representation of color #EA8916: hue angle of 32.55º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA8916 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 22 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.08 |
| HSL | 32.55º | 0.83% | 0.5% | - |
| HSV(B) | 32.55º | 0.91% | 0.92% | - |
| XYZ | 43.02 | 35.44 | 5.33 | - |
| YUV | 152.89 | 54.14 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 22 | 0 | 0.41 | 0.91 | 0.08 | 32.55 | 0.83 | 0.5 |
| Hex | EA | 89 | 16 | 0 | 29 | 5B | 8 | 21 | 53 | 32 |
| Octal | 352 | 211 | 26 | 0 | 51 | 133 | 10 | 41 | 123 | 62 |
| Binary | 11101010 | 10001001 | 10110 | 0 | 101001 | 1011011 | 1000 | 100001 | 1010011 | 110010 |
Color Harmonies of #EA8916
Complementary color
Monochromatic Colors of #EA8916
Black with #EA8916
Text Example
Text Example
White with #EA8916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8916; }
p { color: rgb(234,137,22); }
H1.HeaderClassName
{
color: #EA8916;
}
.AnyTagClassName
{
color: #EA8916;
}
</style>
background-color css
<style>
a { background-color: #EA8916; }
a { background-color: rgb(234,137,22); }
div.DivClassName
{
background-color: #EA8916;
}
.BgClassName
{
background-color: #EA8916;
}
</style>
border-color css
<style>
span { border-color: #EA8916; }
span { border-color: rgb(234,137,22); }
td.TdClassName
{
border-color: #EA8916;
}
.TagClassName
{
border-color: #EA8916;
}
</style>