Shades of Carrot Orange #EA8F16
Tints of Carrot Orange #EA8F16
RGB
CMYK
RGB Variations
Color information
#EA8F16 (or 0xEA8F16) is known color: Carrot Orange. HEX triplet: EA, 8F and 16. RGB value is (234,143,22). Sum of RGB (Red+Green+Blue) = 234+143+22=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F16 is #1570E9. Grayscale: #9C9C9C. Windows color (decimal): -1405162 or 1478634. OLE color: 1478634.
HSL color Cylindrical-coordinate representation of color #EA8F16: hue angle of 34.25º 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 #EA8F16 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 22 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.08 |
| HSL | 34.25º | 0.83% | 0.5% | - |
| HSV(B) | 34.25º | 0.91% | 0.92% | - |
| XYZ | 43.9 | 37.2 | 5.62 | - |
| YUV | 156.42 | 52.15 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 22 | 0 | 0.39 | 0.91 | 0.08 | 34.25 | 0.83 | 0.5 |
| Hex | EA | 8F | 16 | 0 | 27 | 5B | 8 | 22 | 53 | 32 |
| Octal | 352 | 217 | 26 | 0 | 47 | 133 | 10 | 42 | 123 | 62 |
| Binary | 11101010 | 10001111 | 10110 | 0 | 100111 | 1011011 | 1000 | 100010 | 1010011 | 110010 |
Color Harmonies of #EA8F16
Complementary color
Monochromatic Colors of #EA8F16
Black with #EA8F16
Text Example
Text Example
White with #EA8F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F16; }
p { color: rgb(234,143,22); }
H1.HeaderClassName
{
color: #EA8F16;
}
.AnyTagClassName
{
color: #EA8F16;
}
</style>
background-color css
<style>
a { background-color: #EA8F16; }
a { background-color: rgb(234,143,22); }
div.DivClassName
{
background-color: #EA8F16;
}
.BgClassName
{
background-color: #EA8F16;
}
</style>
border-color css
<style>
span { border-color: #EA8F16; }
span { border-color: rgb(234,143,22); }
td.TdClassName
{
border-color: #EA8F16;
}
.TagClassName
{
border-color: #EA8F16;
}
</style>