Shades of Carrot Orange #E99014
Tints of Carrot Orange #E99014
RGB
CMYK
RGB Variations
Color information
#E99014 (or 0xE99014) is known color: Carrot Orange. HEX triplet: E9, 90 and 14. RGB value is (233,144,20). Sum of RGB (Red+Green+Blue) = 233+144+20=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E99014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99014 is #166FEB. Grayscale: #9D9D9D. Windows color (decimal): -1470444 or 1347817. OLE color: 1347817.
HSL color Cylindrical-coordinate representation of color #E99014: hue angle of 34.93º degrees, saturation: 0.84, 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 #E99014 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 20 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.09 |
| HSL | 34.93º | 0.84% | 0.5% | - |
| HSV(B) | 34.93º | 0.91% | 0.91% | - |
| XYZ | 43.7 | 37.32 | 5.56 | - |
| YUV | 156.48 | 50.99 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 20 | 0 | 0.38 | 0.91 | 0.09 | 34.93 | 0.84 | 0.5 |
| Hex | E9 | 90 | 14 | 0 | 26 | 5B | 9 | 23 | 54 | 32 |
| Octal | 351 | 220 | 24 | 0 | 46 | 133 | 11 | 43 | 124 | 62 |
| Binary | 11101001 | 10010000 | 10100 | 0 | 100110 | 1011011 | 1001 | 100011 | 1010100 | 110010 |
Color Harmonies of #E99014
Complementary color
Monochromatic Colors of #E99014
Black with #E99014
Text Example
Text Example
White with #E99014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99014; }
p { color: rgb(233,144,20); }
H1.HeaderClassName
{
color: #E99014;
}
.AnyTagClassName
{
color: #E99014;
}
</style>
background-color css
<style>
a { background-color: #E99014; }
a { background-color: rgb(233,144,20); }
div.DivClassName
{
background-color: #E99014;
}
.BgClassName
{
background-color: #E99014;
}
</style>
border-color css
<style>
span { border-color: #E99014; }
span { border-color: rgb(233,144,20); }
td.TdClassName
{
border-color: #E99014;
}
.TagClassName
{
border-color: #E99014;
}
</style>