Shades of Carrot Orange #E58114
Tints of Carrot Orange #E58114
RGB
CMYK
RGB Variations
Color information
#E58114 (or 0xE58114) is known color: Carrot Orange. HEX triplet: E5, 81 and 14. RGB value is (229,129,20). Sum of RGB (Red+Green+Blue) = 229+129+20=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E58114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58114 is #1A7EEB. Grayscale: #939393. Windows color (decimal): -1736428 or 1343973. OLE color: 1343973.
HSL color Cylindrical-coordinate representation of color #E58114: hue angle of 31.29º 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 #E58114 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 129 | 20 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.10 |
| HSL | 31.29º | 0.84% | 0.49% | - |
| HSV(B) | 31.29º | 0.91% | 0.9% | - |
| XYZ | 40.29 | 32.41 | 4.79 | - |
| YUV | 146.47 | 56.63 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 129 | 20 | 0 | 0.44 | 0.91 | 0.10 | 31.29 | 0.84 | 0.49 |
| Hex | E5 | 81 | 14 | 0 | 2C | 5B | A | 1F | 54 | 31 |
| Octal | 345 | 201 | 24 | 0 | 54 | 133 | 12 | 37 | 124 | 61 |
| Binary | 11100101 | 10000001 | 10100 | 0 | 101100 | 1011011 | 1010 | 11111 | 1010100 | 110001 |
Color Harmonies of #E58114
Complementary color
Monochromatic Colors of #E58114
Black with #E58114
Text Example
Text Example
White with #E58114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58114; }
p { color: rgb(229,129,20); }
H1.HeaderClassName
{
color: #E58114;
}
.AnyTagClassName
{
color: #E58114;
}
</style>
background-color css
<style>
a { background-color: #E58114; }
a { background-color: rgb(229,129,20); }
div.DivClassName
{
background-color: #E58114;
}
.BgClassName
{
background-color: #E58114;
}
</style>
border-color css
<style>
span { border-color: #E58114; }
span { border-color: rgb(229,129,20); }
td.TdClassName
{
border-color: #E58114;
}
.TagClassName
{
border-color: #E58114;
}
</style>