Shades of Carrot Orange #E58814
Tints of Carrot Orange #E58814
RGB
CMYK
RGB Variations
Color information
#E58814 (or 0xE58814) is known color: Carrot Orange. HEX triplet: E5, 88 and 14. RGB value is (229,136,20). Sum of RGB (Red+Green+Blue) = 229+136+20=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E58814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58814 is #1A77EB. Grayscale: #979797. Windows color (decimal): -1734636 or 1345765. OLE color: 1345765.
HSL color Cylindrical-coordinate representation of color #E58814: hue angle of 33.3º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E58814 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 136 | 20 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.10 |
| HSL | 33.3º | 0.84% | 0.49% | - |
| HSV(B) | 33.3º | 0.91% | 0.9% | - |
| XYZ | 41.24 | 34.32 | 5.11 | - |
| YUV | 150.58 | 54.31 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 136 | 20 | 0 | 0.41 | 0.91 | 0.10 | 33.3 | 0.84 | 0.49 |
| Hex | E5 | 88 | 14 | 0 | 29 | 5B | A | 21 | 54 | 31 |
| Octal | 345 | 210 | 24 | 0 | 51 | 133 | 12 | 41 | 124 | 61 |
| Binary | 11100101 | 10001000 | 10100 | 0 | 101001 | 1011011 | 1010 | 100001 | 1010100 | 110001 |
Color Harmonies of #E58814
Complementary color
Monochromatic Colors of #E58814
Black with #E58814
Text Example
Text Example
White with #E58814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58814; }
p { color: rgb(229,136,20); }
H1.HeaderClassName
{
color: #E58814;
}
.AnyTagClassName
{
color: #E58814;
}
</style>
background-color css
<style>
a { background-color: #E58814; }
a { background-color: rgb(229,136,20); }
div.DivClassName
{
background-color: #E58814;
}
.BgClassName
{
background-color: #E58814;
}
</style>
border-color css
<style>
span { border-color: #E58814; }
span { border-color: rgb(229,136,20); }
td.TdClassName
{
border-color: #E58814;
}
.TagClassName
{
border-color: #E58814;
}
</style>