Shades of Carrot Orange #EA8517
Tints of Carrot Orange #EA8517
RGB
CMYK
RGB Variations
Color information
#EA8517 (or 0xEA8517) is known color: Carrot Orange. HEX triplet: EA, 85 and 17. RGB value is (234,133,23). Sum of RGB (Red+Green+Blue) = 234+133+23=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8517 is #157AE8. Grayscale: #979797. Windows color (decimal): -1407721 or 1541610. OLE color: 1541610.
HSL color Cylindrical-coordinate representation of color #EA8517: hue angle of 31.28º 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 #EA8517 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 23 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.08 |
| HSL | 31.28º | 0.83% | 0.5% | - |
| HSV(B) | 31.28º | 0.9% | 0.92% | - |
| XYZ | 42.47 | 34.33 | 5.2 | - |
| YUV | 150.66 | 55.96 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 23 | 0 | 0.43 | 0.90 | 0.08 | 31.28 | 0.83 | 0.5 |
| Hex | EA | 85 | 17 | 0 | 2B | 5A | 8 | 1F | 53 | 32 |
| Octal | 352 | 205 | 27 | 0 | 53 | 132 | 10 | 37 | 123 | 62 |
| Binary | 11101010 | 10000101 | 10111 | 0 | 101011 | 1011010 | 1000 | 11111 | 1010011 | 110010 |
Color Harmonies of #EA8517
Complementary color
Monochromatic Colors of #EA8517
Black with #EA8517
Text Example
Text Example
White with #EA8517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8517; }
p { color: rgb(234,133,23); }
H1.HeaderClassName
{
color: #EA8517;
}
.AnyTagClassName
{
color: #EA8517;
}
</style>
background-color css
<style>
a { background-color: #EA8517; }
a { background-color: rgb(234,133,23); }
div.DivClassName
{
background-color: #EA8517;
}
.BgClassName
{
background-color: #EA8517;
}
</style>
border-color css
<style>
span { border-color: #EA8517; }
span { border-color: rgb(234,133,23); }
td.TdClassName
{
border-color: #EA8517;
}
.TagClassName
{
border-color: #EA8517;
}
</style>