Shades of Carrot Orange #E08119
Tints of Carrot Orange #E08119
RGB
CMYK
RGB Variations
Color information
#E08119 (or 0xE08119) is known color: Carrot Orange. HEX triplet: E0, 81 and 19. RGB value is (224,129,25). Sum of RGB (Red+Green+Blue) = 224+129+25=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E08119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08119 is #1F7EE6. Grayscale: #929292. Windows color (decimal): -2064103 or 1671648. OLE color: 1671648.
HSL color Cylindrical-coordinate representation of color #E08119: hue angle of 31.36º degrees, saturation: 0.8, 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 #E08119 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.12 |
| HSL | 31.36º | 0.8% | 0.49% | - |
| HSV(B) | 31.36º | 0.89% | 0.88% | - |
| XYZ | 38.77 | 31.62 | 4.98 | - |
| YUV | 145.55 | 59.97 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 25 | 0 | 0.42 | 0.89 | 0.12 | 31.36 | 0.8 | 0.49 |
| Hex | E0 | 81 | 19 | 0 | 2A | 59 | C | 1F | 50 | 31 |
| Octal | 340 | 201 | 31 | 0 | 52 | 131 | 14 | 37 | 120 | 61 |
| Binary | 11100000 | 10000001 | 11001 | 0 | 101010 | 1011001 | 1100 | 11111 | 1010000 | 110001 |
Color Harmonies of #E08119
Complementary color
Monochromatic Colors of #E08119
Black with #E08119
Text Example
Text Example
White with #E08119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08119; }
p { color: rgb(224,129,25); }
H1.HeaderClassName
{
color: #E08119;
}
.AnyTagClassName
{
color: #E08119;
}
</style>
background-color css
<style>
a { background-color: #E08119; }
a { background-color: rgb(224,129,25); }
div.DivClassName
{
background-color: #E08119;
}
.BgClassName
{
background-color: #E08119;
}
</style>
border-color css
<style>
span { border-color: #E08119; }
span { border-color: rgb(224,129,25); }
td.TdClassName
{
border-color: #E08119;
}
.TagClassName
{
border-color: #E08119;
}
</style>