Shades of Carrot Orange #E08716
Tints of Carrot Orange #E08716
RGB
CMYK
RGB Variations
Color information
#E08716 (or 0xE08716) is known color: Carrot Orange. HEX triplet: E0, 87 and 16. RGB value is (224,135,22). Sum of RGB (Red+Green+Blue) = 224+135+22=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E08716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08716 is #1F78E9. Grayscale: #959595. Windows color (decimal): -2062570 or 1476576. OLE color: 1476576.
HSL color Cylindrical-coordinate representation of color #E08716: hue angle of 33.56º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E08716 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 22 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.12 |
| HSL | 33.56º | 0.82% | 0.48% | - |
| HSV(B) | 33.56º | 0.9% | 0.88% | - |
| XYZ | 39.55 | 33.23 | 5.09 | - |
| YUV | 148.73 | 56.49 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 22 | 0 | 0.40 | 0.90 | 0.12 | 33.56 | 0.82 | 0.48 |
| Hex | E0 | 87 | 16 | 0 | 28 | 5A | C | 22 | 52 | 30 |
| Octal | 340 | 207 | 26 | 0 | 50 | 132 | 14 | 42 | 122 | 60 |
| Binary | 11100000 | 10000111 | 10110 | 0 | 101000 | 1011010 | 1100 | 100010 | 1010010 | 110000 |
Color Harmonies of #E08716
Complementary color
Monochromatic Colors of #E08716
Black with #E08716
Text Example
Text Example
White with #E08716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08716; }
p { color: rgb(224,135,22); }
H1.HeaderClassName
{
color: #E08716;
}
.AnyTagClassName
{
color: #E08716;
}
</style>
background-color css
<style>
a { background-color: #E08716; }
a { background-color: rgb(224,135,22); }
div.DivClassName
{
background-color: #E08716;
}
.BgClassName
{
background-color: #E08716;
}
</style>
border-color css
<style>
span { border-color: #E08716; }
span { border-color: rgb(224,135,22); }
td.TdClassName
{
border-color: #E08716;
}
.TagClassName
{
border-color: #E08716;
}
</style>