Shades of Carrot Orange #E0861E
Tints of Carrot Orange #E0861E
RGB
CMYK
RGB Variations
Color information
#E0861E (or 0xE0861E) is known color: Carrot Orange. HEX triplet: E0, 86 and 1E. RGB value is (224,134,30). Sum of RGB (Red+Green+Blue) = 224+134+30=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E0861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0861E is #1F79E1. Grayscale: #959595. Windows color (decimal): -2062818 or 2000608. OLE color: 2000608.
HSL color Cylindrical-coordinate representation of color #E0861E: hue angle of 32.16º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0861E is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 30 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.12 |
| HSL | 32.16º | 0.76% | 0.5% | - |
| HSV(B) | 32.16º | 0.87% | 0.88% | - |
| XYZ | 39.5 | 32.99 | 5.51 | - |
| YUV | 149.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 30 | 0 | 0.40 | 0.87 | 0.12 | 32.16 | 0.76 | 0.5 |
| Hex | E0 | 86 | 1E | 0 | 28 | 57 | C | 20 | 4C | 32 |
| Octal | 340 | 206 | 36 | 0 | 50 | 127 | 14 | 40 | 114 | 62 |
| Binary | 11100000 | 10000110 | 11110 | 0 | 101000 | 1010111 | 1100 | 100000 | 1001100 | 110010 |
Color Harmonies of #E0861E
Complementary color
Monochromatic Colors of #E0861E
Black with #E0861E
Text Example
Text Example
White with #E0861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0861E; }
p { color: rgb(224,134,30); }
H1.HeaderClassName
{
color: #E0861E;
}
.AnyTagClassName
{
color: #E0861E;
}
</style>
background-color css
<style>
a { background-color: #E0861E; }
a { background-color: rgb(224,134,30); }
div.DivClassName
{
background-color: #E0861E;
}
.BgClassName
{
background-color: #E0861E;
}
</style>
border-color css
<style>
span { border-color: #E0861E; }
span { border-color: rgb(224,134,30); }
td.TdClassName
{
border-color: #E0861E;
}
.TagClassName
{
border-color: #E0861E;
}
</style>