Shades of Carrot Orange #E58615
Tints of Carrot Orange #E58615
RGB
CMYK
RGB Variations
Color information
#E58615 (or 0xE58615) is known color: Carrot Orange. HEX triplet: E5, 86 and 15. RGB value is (229,134,21). Sum of RGB (Red+Green+Blue) = 229+134+21=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E58615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58615 is #1A79EA. Grayscale: #969696. Windows color (decimal): -1735147 or 1410789. OLE color: 1410789.
HSL color Cylindrical-coordinate representation of color #E58615: hue angle of 32.6º degrees, saturation: 0.83, 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 #E58615 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 21 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.10 |
| HSL | 32.6º | 0.83% | 0.49% | - |
| HSV(B) | 32.6º | 0.91% | 0.9% | - |
| XYZ | 40.97 | 33.76 | 5.07 | - |
| YUV | 149.52 | 55.47 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 21 | 0 | 0.41 | 0.91 | 0.10 | 32.6 | 0.83 | 0.49 |
| Hex | E5 | 86 | 15 | 0 | 29 | 5B | A | 21 | 53 | 31 |
| Octal | 345 | 206 | 25 | 0 | 51 | 133 | 12 | 41 | 123 | 61 |
| Binary | 11100101 | 10000110 | 10101 | 0 | 101001 | 1011011 | 1010 | 100001 | 1010011 | 110001 |
Color Harmonies of #E58615
Complementary color
Monochromatic Colors of #E58615
Black with #E58615
Text Example
Text Example
White with #E58615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58615; }
p { color: rgb(229,134,21); }
H1.HeaderClassName
{
color: #E58615;
}
.AnyTagClassName
{
color: #E58615;
}
</style>
background-color css
<style>
a { background-color: #E58615; }
a { background-color: rgb(229,134,21); }
div.DivClassName
{
background-color: #E58615;
}
.BgClassName
{
background-color: #E58615;
}
</style>
border-color css
<style>
span { border-color: #E58615; }
span { border-color: rgb(229,134,21); }
td.TdClassName
{
border-color: #E58615;
}
.TagClassName
{
border-color: #E58615;
}
</style>