Shades of Carrot Orange #E08418
Tints of Carrot Orange #E08418
RGB
CMYK
RGB Variations
Color information
#E08418 (or 0xE08418) is known color: Carrot Orange. HEX triplet: E0, 84 and 18. RGB value is (224,132,24). Sum of RGB (Red+Green+Blue) = 224+132+24=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E08418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08418 is #1F7BE7. Grayscale: #939393. Windows color (decimal): -2063336 or 1606880. OLE color: 1606880.
HSL color Cylindrical-coordinate representation of color #E08418: hue angle of 32.4º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E08418 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 24 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.12 |
| HSL | 32.4º | 0.81% | 0.49% | - |
| HSV(B) | 32.4º | 0.89% | 0.88% | - |
| XYZ | 39.16 | 32.42 | 5.06 | - |
| YUV | 147.2 | 58.48 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 24 | 0 | 0.41 | 0.89 | 0.12 | 32.4 | 0.81 | 0.49 |
| Hex | E0 | 84 | 18 | 0 | 29 | 59 | C | 20 | 51 | 31 |
| Octal | 340 | 204 | 30 | 0 | 51 | 131 | 14 | 40 | 121 | 61 |
| Binary | 11100000 | 10000100 | 11000 | 0 | 101001 | 1011001 | 1100 | 100000 | 1010001 | 110001 |
Color Harmonies of #E08418
Complementary color
Monochromatic Colors of #E08418
Black with #E08418
Text Example
Text Example
White with #E08418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08418; }
p { color: rgb(224,132,24); }
H1.HeaderClassName
{
color: #E08418;
}
.AnyTagClassName
{
color: #E08418;
}
</style>
background-color css
<style>
a { background-color: #E08418; }
a { background-color: rgb(224,132,24); }
div.DivClassName
{
background-color: #E08418;
}
.BgClassName
{
background-color: #E08418;
}
</style>
border-color css
<style>
span { border-color: #E08418; }
span { border-color: rgb(224,132,24); }
td.TdClassName
{
border-color: #E08418;
}
.TagClassName
{
border-color: #E08418;
}
</style>