Shades of Carrot Orange #E58E16
Tints of Carrot Orange #E58E16
RGB
CMYK
RGB Variations
Color information
#E58E16 (or 0xE58E16) is known color: Carrot Orange. HEX triplet: E5, 8E and 16. RGB value is (229,142,22). Sum of RGB (Red+Green+Blue) = 229+142+22=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58E16 is #1A71E9. Grayscale: #9A9A9A. Windows color (decimal): -1733098 or 1478373. OLE color: 1478373.
HSL color Cylindrical-coordinate representation of color #E58E16: hue angle of 34.78º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E58E16 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 22 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.10 |
| HSL | 34.78º | 0.82% | 0.49% | - |
| HSV(B) | 34.78º | 0.9% | 0.9% | - |
| XYZ | 42.13 | 36.06 | 5.5 | - |
| YUV | 154.33 | 53.32 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 22 | 0 | 0.38 | 0.90 | 0.10 | 34.78 | 0.82 | 0.49 |
| Hex | E5 | 8E | 16 | 0 | 26 | 5A | A | 23 | 52 | 31 |
| Octal | 345 | 216 | 26 | 0 | 46 | 132 | 12 | 43 | 122 | 61 |
| Binary | 11100101 | 10001110 | 10110 | 0 | 100110 | 1011010 | 1010 | 100011 | 1010010 | 110001 |
Color Harmonies of #E58E16
Complementary color
Monochromatic Colors of #E58E16
Black with #E58E16
Text Example
Text Example
White with #E58E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58E16; }
p { color: rgb(229,142,22); }
H1.HeaderClassName
{
color: #E58E16;
}
.AnyTagClassName
{
color: #E58E16;
}
</style>
background-color css
<style>
a { background-color: #E58E16; }
a { background-color: rgb(229,142,22); }
div.DivClassName
{
background-color: #E58E16;
}
.BgClassName
{
background-color: #E58E16;
}
</style>
border-color css
<style>
span { border-color: #E58E16; }
span { border-color: rgb(229,142,22); }
td.TdClassName
{
border-color: #E58E16;
}
.TagClassName
{
border-color: #E58E16;
}
</style>