Shades of Carrot Orange #E08217
Tints of Carrot Orange #E08217
RGB
CMYK
RGB Variations
Color information
#E08217 (or 0xE08217) is known color: Carrot Orange. HEX triplet: E0, 82 and 17. RGB value is (224,130,23). Sum of RGB (Red+Green+Blue) = 224+130+23=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E08217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08217 is #1F7DE8. Grayscale: #929292. Windows color (decimal): -2063849 or 1540832. OLE color: 1540832.
HSL color Cylindrical-coordinate representation of color #E08217: hue angle of 31.94º degrees, saturation: 0.81, 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 #E08217 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 23 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.12 |
| HSL | 31.94º | 0.81% | 0.48% | - |
| HSV(B) | 31.94º | 0.9% | 0.88% | - |
| XYZ | 38.88 | 31.87 | 4.91 | - |
| YUV | 145.91 | 58.64 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 23 | 0 | 0.42 | 0.90 | 0.12 | 31.94 | 0.81 | 0.48 |
| Hex | E0 | 82 | 17 | 0 | 2A | 5A | C | 20 | 51 | 30 |
| Octal | 340 | 202 | 27 | 0 | 52 | 132 | 14 | 40 | 121 | 60 |
| Binary | 11100000 | 10000010 | 10111 | 0 | 101010 | 1011010 | 1100 | 100000 | 1010001 | 110000 |
Color Harmonies of #E08217
Complementary color
Monochromatic Colors of #E08217
Black with #E08217
Text Example
Text Example
White with #E08217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08217; }
p { color: rgb(224,130,23); }
H1.HeaderClassName
{
color: #E08217;
}
.AnyTagClassName
{
color: #E08217;
}
</style>
background-color css
<style>
a { background-color: #E08217; }
a { background-color: rgb(224,130,23); }
div.DivClassName
{
background-color: #E08217;
}
.BgClassName
{
background-color: #E08217;
}
</style>
border-color css
<style>
span { border-color: #E08217; }
span { border-color: rgb(224,130,23); }
td.TdClassName
{
border-color: #E08217;
}
.TagClassName
{
border-color: #E08217;
}
</style>