Shades of Carrot Orange #E08316
Tints of Carrot Orange #E08316
RGB
CMYK
RGB Variations
Color information
#E08316 (or 0xE08316) is known color: Carrot Orange. HEX triplet: E0, 83 and 16. RGB value is (224,131,22). Sum of RGB (Red+Green+Blue) = 224+131+22=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E08316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08316 is #1F7CE9. Grayscale: #929292. Windows color (decimal): -2063594 or 1475552. OLE color: 1475552.
HSL color Cylindrical-coordinate representation of color #E08316: hue angle of 32.38º 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 #E08316 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 22 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.12 |
| HSL | 32.38º | 0.82% | 0.48% | - |
| HSV(B) | 32.38º | 0.9% | 0.88% | - |
| XYZ | 39 | 32.14 | 4.91 | - |
| YUV | 146.38 | 57.81 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 22 | 0 | 0.42 | 0.90 | 0.12 | 32.38 | 0.82 | 0.48 |
| Hex | E0 | 83 | 16 | 0 | 2A | 5A | C | 20 | 52 | 30 |
| Octal | 340 | 203 | 26 | 0 | 52 | 132 | 14 | 40 | 122 | 60 |
| Binary | 11100000 | 10000011 | 10110 | 0 | 101010 | 1011010 | 1100 | 100000 | 1010010 | 110000 |
Color Harmonies of #E08316
Complementary color
Monochromatic Colors of #E08316
Black with #E08316
Text Example
Text Example
White with #E08316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08316; }
p { color: rgb(224,131,22); }
H1.HeaderClassName
{
color: #E08316;
}
.AnyTagClassName
{
color: #E08316;
}
</style>
background-color css
<style>
a { background-color: #E08316; }
a { background-color: rgb(224,131,22); }
div.DivClassName
{
background-color: #E08316;
}
.BgClassName
{
background-color: #E08316;
}
</style>
border-color css
<style>
span { border-color: #E08316; }
span { border-color: rgb(224,131,22); }
td.TdClassName
{
border-color: #E08316;
}
.TagClassName
{
border-color: #E08316;
}
</style>