Shades of Carrot Orange #EA8917
Tints of Carrot Orange #EA8917
RGB
CMYK
RGB Variations
Color information
#EA8917 (or 0xEA8917) is known color: Carrot Orange. HEX triplet: EA, 89 and 17. RGB value is (234,137,23). Sum of RGB (Red+Green+Blue) = 234+137+23=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8917 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8917 is #1576E8. Grayscale: #999999. Windows color (decimal): -1406697 or 1542634. OLE color: 1542634.
HSL color Cylindrical-coordinate representation of color #EA8917: hue angle of 32.42º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA8917 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 23 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.08 |
| HSL | 32.42º | 0.83% | 0.5% | - |
| HSV(B) | 32.42º | 0.9% | 0.92% | - |
| XYZ | 43.03 | 35.45 | 5.38 | - |
| YUV | 153.01 | 54.64 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 23 | 0 | 0.41 | 0.90 | 0.08 | 32.42 | 0.83 | 0.5 |
| Hex | EA | 89 | 17 | 0 | 29 | 5A | 8 | 20 | 53 | 32 |
| Octal | 352 | 211 | 27 | 0 | 51 | 132 | 10 | 40 | 123 | 62 |
| Binary | 11101010 | 10001001 | 10111 | 0 | 101001 | 1011010 | 1000 | 100000 | 1010011 | 110010 |
Color Harmonies of #EA8917
Complementary color
Monochromatic Colors of #EA8917
Black with #EA8917
Text Example
Text Example
White with #EA8917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8917; }
p { color: rgb(234,137,23); }
H1.HeaderClassName
{
color: #EA8917;
}
.AnyTagClassName
{
color: #EA8917;
}
</style>
background-color css
<style>
a { background-color: #EA8917; }
a { background-color: rgb(234,137,23); }
div.DivClassName
{
background-color: #EA8917;
}
.BgClassName
{
background-color: #EA8917;
}
</style>
border-color css
<style>
span { border-color: #EA8917; }
span { border-color: rgb(234,137,23); }
td.TdClassName
{
border-color: #EA8917;
}
.TagClassName
{
border-color: #EA8917;
}
</style>