Shades of Carrot Orange #EA8D16
Tints of Carrot Orange #EA8D16
RGB
CMYK
RGB Variations
Color information
#EA8D16 (or 0xEA8D16) is known color: Carrot Orange. HEX triplet: EA, 8D and 16. RGB value is (234,141,22). Sum of RGB (Red+Green+Blue) = 234+141+22=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8D16 is #1572E9. Grayscale: #9B9B9B. Windows color (decimal): -1405674 or 1478122. OLE color: 1478122.
HSL color Cylindrical-coordinate representation of color #EA8D16: hue angle of 33.68º 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 #EA8D16 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 22 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.08 |
| HSL | 33.68º | 0.83% | 0.5% | - |
| HSV(B) | 33.68º | 0.91% | 0.92% | - |
| XYZ | 43.6 | 36.6 | 5.53 | - |
| YUV | 155.24 | 52.81 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 22 | 0 | 0.40 | 0.91 | 0.08 | 33.68 | 0.83 | 0.5 |
| Hex | EA | 8D | 16 | 0 | 28 | 5B | 8 | 22 | 53 | 32 |
| Octal | 352 | 215 | 26 | 0 | 50 | 133 | 10 | 42 | 123 | 62 |
| Binary | 11101010 | 10001101 | 10110 | 0 | 101000 | 1011011 | 1000 | 100010 | 1010011 | 110010 |
Color Harmonies of #EA8D16
Complementary color
Monochromatic Colors of #EA8D16
Black with #EA8D16
Text Example
Text Example
White with #EA8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D16; }
p { color: rgb(234,141,22); }
H1.HeaderClassName
{
color: #EA8D16;
}
.AnyTagClassName
{
color: #EA8D16;
}
</style>
background-color css
<style>
a { background-color: #EA8D16; }
a { background-color: rgb(234,141,22); }
div.DivClassName
{
background-color: #EA8D16;
}
.BgClassName
{
background-color: #EA8D16;
}
</style>
border-color css
<style>
span { border-color: #EA8D16; }
span { border-color: rgb(234,141,22); }
td.TdClassName
{
border-color: #EA8D16;
}
.TagClassName
{
border-color: #EA8D16;
}
</style>