Shades of Carrot Orange #EA8017
Tints of Carrot Orange #EA8017
RGB
CMYK
RGB Variations
Color information
#EA8017 (or 0xEA8017) is known color: Carrot Orange. HEX triplet: EA, 80 and 17. RGB value is (234,128,23). Sum of RGB (Red+Green+Blue) = 234+128+23=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8017 is #157FE8. Grayscale: #949494. Windows color (decimal): -1409001 or 1540330. OLE color: 1540330.
HSL color Cylindrical-coordinate representation of color #EA8017: hue angle of 29.86º 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 #EA8017 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 23 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.08 |
| HSL | 29.86º | 0.83% | 0.5% | - |
| HSV(B) | 29.86º | 0.9% | 0.92% | - |
| XYZ | 41.81 | 32.99 | 4.98 | - |
| YUV | 147.72 | 57.62 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 23 | 0 | 0.45 | 0.90 | 0.08 | 29.86 | 0.83 | 0.5 |
| Hex | EA | 80 | 17 | 0 | 2D | 5A | 8 | 1E | 53 | 32 |
| Octal | 352 | 200 | 27 | 0 | 55 | 132 | 10 | 36 | 123 | 62 |
| Binary | 11101010 | 10000000 | 10111 | 0 | 101101 | 1011010 | 1000 | 11110 | 1010011 | 110010 |
Color Harmonies of #EA8017
Complementary color
Monochromatic Colors of #EA8017
Black with #EA8017
Text Example
Text Example
White with #EA8017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8017; }
p { color: rgb(234,128,23); }
H1.HeaderClassName
{
color: #EA8017;
}
.AnyTagClassName
{
color: #EA8017;
}
</style>
background-color css
<style>
a { background-color: #EA8017; }
a { background-color: rgb(234,128,23); }
div.DivClassName
{
background-color: #EA8017;
}
.BgClassName
{
background-color: #EA8017;
}
</style>
border-color css
<style>
span { border-color: #EA8017; }
span { border-color: rgb(234,128,23); }
td.TdClassName
{
border-color: #EA8017;
}
.TagClassName
{
border-color: #EA8017;
}
</style>