Shades of Carrot Orange #E98C16
Tints of Carrot Orange #E98C16
RGB
CMYK
RGB Variations
Color information
#E98C16 (or 0xE98C16) is known color: Carrot Orange. HEX triplet: E9, 8C and 16. RGB value is (233,140,22). Sum of RGB (Red+Green+Blue) = 233+140+22=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98C16 is #1673E9. Grayscale: #9A9A9A. Windows color (decimal): -1471466 or 1477865. OLE color: 1477865.
HSL color Cylindrical-coordinate representation of color #E98C16: hue angle of 33.55º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E98C16 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 22 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.09 |
| HSL | 33.55º | 0.83% | 0.5% | - |
| HSV(B) | 33.55º | 0.91% | 0.91% | - |
| XYZ | 43.13 | 36.14 | 5.46 | - |
| YUV | 154.36 | 53.31 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 22 | 0 | 0.40 | 0.91 | 0.09 | 33.55 | 0.83 | 0.5 |
| Hex | E9 | 8C | 16 | 0 | 28 | 5B | 9 | 22 | 53 | 32 |
| Octal | 351 | 214 | 26 | 0 | 50 | 133 | 11 | 42 | 123 | 62 |
| Binary | 11101001 | 10001100 | 10110 | 0 | 101000 | 1011011 | 1001 | 100010 | 1010011 | 110010 |
Color Harmonies of #E98C16
Complementary color
Monochromatic Colors of #E98C16
Black with #E98C16
Text Example
Text Example
White with #E98C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C16; }
p { color: rgb(233,140,22); }
H1.HeaderClassName
{
color: #E98C16;
}
.AnyTagClassName
{
color: #E98C16;
}
</style>
background-color css
<style>
a { background-color: #E98C16; }
a { background-color: rgb(233,140,22); }
div.DivClassName
{
background-color: #E98C16;
}
.BgClassName
{
background-color: #E98C16;
}
</style>
border-color css
<style>
span { border-color: #E98C16; }
span { border-color: rgb(233,140,22); }
td.TdClassName
{
border-color: #E98C16;
}
.TagClassName
{
border-color: #E98C16;
}
</style>