Shades of Carrot Orange #EA8016
Tints of Carrot Orange #EA8016
RGB
CMYK
RGB Variations
Color information
#EA8016 (or 0xEA8016) is known color: Carrot Orange. HEX triplet: EA, 80 and 16. RGB value is (234,128,22). Sum of RGB (Red+Green+Blue) = 234+128+22=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8016 is #157FE9. Grayscale: #949494. Windows color (decimal): -1409002 or 1474794. OLE color: 1474794.
HSL color Cylindrical-coordinate representation of color #EA8016: hue angle of 30º 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 #EA8016 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 22 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.08 |
| HSL | 30º | 0.83% | 0.5% | - |
| HSV(B) | 30º | 0.91% | 0.92% | - |
| XYZ | 41.8 | 32.99 | 4.92 | - |
| YUV | 147.61 | 57.12 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 22 | 0 | 0.45 | 0.91 | 0.08 | 30 | 0.83 | 0.5 |
| Hex | EA | 80 | 16 | 0 | 2D | 5B | 8 | 1E | 53 | 32 |
| Octal | 352 | 200 | 26 | 0 | 55 | 133 | 10 | 36 | 123 | 62 |
| Binary | 11101010 | 10000000 | 10110 | 0 | 101101 | 1011011 | 1000 | 11110 | 1010011 | 110010 |
Color Harmonies of #EA8016
Complementary color
Monochromatic Colors of #EA8016
Black with #EA8016
Text Example
Text Example
White with #EA8016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8016; }
p { color: rgb(234,128,22); }
H1.HeaderClassName
{
color: #EA8016;
}
.AnyTagClassName
{
color: #EA8016;
}
</style>
background-color css
<style>
a { background-color: #EA8016; }
a { background-color: rgb(234,128,22); }
div.DivClassName
{
background-color: #EA8016;
}
.BgClassName
{
background-color: #EA8016;
}
</style>
border-color css
<style>
span { border-color: #EA8016; }
span { border-color: rgb(234,128,22); }
td.TdClassName
{
border-color: #EA8016;
}
.TagClassName
{
border-color: #EA8016;
}
</style>