Shades of Carrot Orange #E58C14
Tints of Carrot Orange #E58C14
RGB
CMYK
RGB Variations
Color information
#E58C14 (or 0xE58C14) is known color: Carrot Orange. HEX triplet: E5, 8C and 14. RGB value is (229,140,20). Sum of RGB (Red+Green+Blue) = 229+140+20=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58C14 is #1A73EB. Grayscale: #999999. Windows color (decimal): -1733612 or 1346789. OLE color: 1346789.
HSL color Cylindrical-coordinate representation of color #E58C14: hue angle of 34.45º 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 #E58C14 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 20 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.10 |
| HSL | 34.45º | 0.84% | 0.49% | - |
| HSV(B) | 34.45º | 0.91% | 0.9% | - |
| XYZ | 41.82 | 35.46 | 5.3 | - |
| YUV | 152.93 | 52.99 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 20 | 0 | 0.39 | 0.91 | 0.10 | 34.45 | 0.84 | 0.49 |
| Hex | E5 | 8C | 14 | 0 | 27 | 5B | A | 22 | 54 | 31 |
| Octal | 345 | 214 | 24 | 0 | 47 | 133 | 12 | 42 | 124 | 61 |
| Binary | 11100101 | 10001100 | 10100 | 0 | 100111 | 1011011 | 1010 | 100010 | 1010100 | 110001 |
Color Harmonies of #E58C14
Complementary color
Monochromatic Colors of #E58C14
Black with #E58C14
Text Example
Text Example
White with #E58C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58C14; }
p { color: rgb(229,140,20); }
H1.HeaderClassName
{
color: #E58C14;
}
.AnyTagClassName
{
color: #E58C14;
}
</style>
background-color css
<style>
a { background-color: #E58C14; }
a { background-color: rgb(229,140,20); }
div.DivClassName
{
background-color: #E58C14;
}
.BgClassName
{
background-color: #E58C14;
}
</style>
border-color css
<style>
span { border-color: #E58C14; }
span { border-color: rgb(229,140,20); }
td.TdClassName
{
border-color: #E58C14;
}
.TagClassName
{
border-color: #E58C14;
}
</style>