Shades of Carrot Orange #E08317
Tints of Carrot Orange #E08317
RGB
CMYK
RGB Variations
Color information
#E08317 (or 0xE08317) is known color: Carrot Orange. HEX triplet: E0, 83 and 17. RGB value is (224,131,23). Sum of RGB (Red+Green+Blue) = 224+131+23=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E08317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08317 is #1F7CE8. Grayscale: #939393. Windows color (decimal): -2063593 or 1541088. OLE color: 1541088.
HSL color Cylindrical-coordinate representation of color #E08317: hue angle of 32.24º 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 #E08317 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 23 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.12 |
| HSL | 32.24º | 0.81% | 0.48% | - |
| HSV(B) | 32.24º | 0.9% | 0.88% | - |
| XYZ | 39.01 | 32.14 | 4.96 | - |
| YUV | 146.5 | 58.31 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 23 | 0 | 0.42 | 0.90 | 0.12 | 32.24 | 0.81 | 0.48 |
| Hex | E0 | 83 | 17 | 0 | 2A | 5A | C | 20 | 51 | 30 |
| Octal | 340 | 203 | 27 | 0 | 52 | 132 | 14 | 40 | 121 | 60 |
| Binary | 11100000 | 10000011 | 10111 | 0 | 101010 | 1011010 | 1100 | 100000 | 1010001 | 110000 |
Color Harmonies of #E08317
Complementary color
Monochromatic Colors of #E08317
Black with #E08317
Text Example
Text Example
White with #E08317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08317; }
p { color: rgb(224,131,23); }
H1.HeaderClassName
{
color: #E08317;
}
.AnyTagClassName
{
color: #E08317;
}
</style>
background-color css
<style>
a { background-color: #E08317; }
a { background-color: rgb(224,131,23); }
div.DivClassName
{
background-color: #E08317;
}
.BgClassName
{
background-color: #E08317;
}
</style>
border-color css
<style>
span { border-color: #E08317; }
span { border-color: rgb(224,131,23); }
td.TdClassName
{
border-color: #E08317;
}
.TagClassName
{
border-color: #E08317;
}
</style>