Shades of Carrot Orange #E08C17
Tints of Carrot Orange #E08C17
RGB
CMYK
RGB Variations
Color information
#E08C17 (or 0xE08C17) is known color: Carrot Orange. HEX triplet: E0, 8C and 17. RGB value is (224,140,23). Sum of RGB (Red+Green+Blue) = 224+140+23=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08C17 is #1F73E8. Grayscale: #989898. Windows color (decimal): -2061289 or 1543392. OLE color: 1543392.
HSL color Cylindrical-coordinate representation of color #E08C17: hue angle of 34.93º 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 #E08C17 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 23 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.12 |
| HSL | 34.93º | 0.81% | 0.48% | - |
| HSV(B) | 34.93º | 0.9% | 0.88% | - |
| XYZ | 40.27 | 34.67 | 5.38 | - |
| YUV | 151.78 | 55.33 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 23 | 0 | 0.38 | 0.90 | 0.12 | 34.93 | 0.81 | 0.48 |
| Hex | E0 | 8C | 17 | 0 | 26 | 5A | C | 23 | 51 | 30 |
| Octal | 340 | 214 | 27 | 0 | 46 | 132 | 14 | 43 | 121 | 60 |
| Binary | 11100000 | 10001100 | 10111 | 0 | 100110 | 1011010 | 1100 | 100011 | 1010001 | 110000 |
Color Harmonies of #E08C17
Complementary color
Monochromatic Colors of #E08C17
Black with #E08C17
Text Example
Text Example
White with #E08C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C17; }
p { color: rgb(224,140,23); }
H1.HeaderClassName
{
color: #E08C17;
}
.AnyTagClassName
{
color: #E08C17;
}
</style>
background-color css
<style>
a { background-color: #E08C17; }
a { background-color: rgb(224,140,23); }
div.DivClassName
{
background-color: #E08C17;
}
.BgClassName
{
background-color: #E08C17;
}
</style>
border-color css
<style>
span { border-color: #E08C17; }
span { border-color: rgb(224,140,23); }
td.TdClassName
{
border-color: #E08C17;
}
.TagClassName
{
border-color: #E08C17;
}
</style>