Shades of Carrot Orange #E08118
Tints of Carrot Orange #E08118
RGB
CMYK
RGB Variations
Color information
#E08118 (or 0xE08118) is known color: Carrot Orange. HEX triplet: E0, 81 and 18. RGB value is (224,129,24). Sum of RGB (Red+Green+Blue) = 224+129+24=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E08118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08118 is #1F7EE7. Grayscale: #919191. Windows color (decimal): -2064104 or 1606112. OLE color: 1606112.
HSL color Cylindrical-coordinate representation of color #E08118: hue angle of 31.5º 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 #E08118 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 24 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.12 |
| HSL | 31.5º | 0.81% | 0.49% | - |
| HSV(B) | 31.5º | 0.89% | 0.88% | - |
| XYZ | 38.76 | 31.61 | 4.92 | - |
| YUV | 145.44 | 59.47 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 24 | 0 | 0.42 | 0.89 | 0.12 | 31.5 | 0.81 | 0.49 |
| Hex | E0 | 81 | 18 | 0 | 2A | 59 | C | 1F | 51 | 31 |
| Octal | 340 | 201 | 30 | 0 | 52 | 131 | 14 | 37 | 121 | 61 |
| Binary | 11100000 | 10000001 | 11000 | 0 | 101010 | 1011001 | 1100 | 11111 | 1010001 | 110001 |
Color Harmonies of #E08118
Complementary color
Monochromatic Colors of #E08118
Black with #E08118
Text Example
Text Example
White with #E08118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08118; }
p { color: rgb(224,129,24); }
H1.HeaderClassName
{
color: #E08118;
}
.AnyTagClassName
{
color: #E08118;
}
</style>
background-color css
<style>
a { background-color: #E08118; }
a { background-color: rgb(224,129,24); }
div.DivClassName
{
background-color: #E08118;
}
.BgClassName
{
background-color: #E08118;
}
</style>
border-color css
<style>
span { border-color: #E08118; }
span { border-color: rgb(224,129,24); }
td.TdClassName
{
border-color: #E08118;
}
.TagClassName
{
border-color: #E08118;
}
</style>