Shades of Carrot Orange #EA7D17
Tints of Carrot Orange #EA7D17
RGB
CMYK
RGB Variations
Color information
#EA7D17 (or 0xEA7D17) is known color: Carrot Orange. HEX triplet: EA, 7D and 17. RGB value is (234,125,23). Sum of RGB (Red+Green+Blue) = 234+125+23=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 23 (9.38% from 255 or 6.02% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7D17 is #1582E8. Grayscale: #929292. Windows color (decimal): -1409769 or 1539562. OLE color: 1539562.
HSL color Cylindrical-coordinate representation of color #EA7D17: hue angle of 29º 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 #EA7D17 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 23 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.08 |
| HSL | 29º | 0.83% | 0.5% | - |
| HSV(B) | 29º | 0.9% | 0.92% | - |
| XYZ | 41.42 | 32.22 | 4.85 | - |
| YUV | 145.96 | 58.61 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 23 | 0 | 0.47 | 0.90 | 0.08 | 29 | 0.83 | 0.5 |
| Hex | EA | 7D | 17 | 0 | 2F | 5A | 8 | 1D | 53 | 32 |
| Octal | 352 | 175 | 27 | 0 | 57 | 132 | 10 | 35 | 123 | 62 |
| Binary | 11101010 | 1111101 | 10111 | 0 | 101111 | 1011010 | 1000 | 11101 | 1010011 | 110010 |
Color Harmonies of #EA7D17
Complementary color
Monochromatic Colors of #EA7D17
Black with #EA7D17
Text Example
Text Example
White with #EA7D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7D17; }
p { color: rgb(234,125,23); }
H1.HeaderClassName
{
color: #EA7D17;
}
.AnyTagClassName
{
color: #EA7D17;
}
</style>
background-color css
<style>
a { background-color: #EA7D17; }
a { background-color: rgb(234,125,23); }
div.DivClassName
{
background-color: #EA7D17;
}
.BgClassName
{
background-color: #EA7D17;
}
</style>
border-color css
<style>
span { border-color: #EA7D17; }
span { border-color: rgb(234,125,23); }
td.TdClassName
{
border-color: #EA7D17;
}
.TagClassName
{
border-color: #EA7D17;
}
</style>