Shades of Carrot Orange #E0861A
Tints of Carrot Orange #E0861A
RGB
CMYK
RGB Variations
Color information
#E0861A (or 0xE0861A) is known color: Carrot Orange. HEX triplet: E0, 86 and 1A. RGB value is (224,134,26). Sum of RGB (Red+Green+Blue) = 224+134+26=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E0861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0861A is #1F79E5. Grayscale: #959595. Windows color (decimal): -2062822 or 1738464. OLE color: 1738464.
HSL color Cylindrical-coordinate representation of color #E0861A: hue angle of 32.73º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0861A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 26 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.12 |
| HSL | 32.73º | 0.79% | 0.49% | - |
| HSV(B) | 32.73º | 0.88% | 0.88% | - |
| XYZ | 39.45 | 32.97 | 5.26 | - |
| YUV | 148.6 | 58.82 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 26 | 0 | 0.40 | 0.88 | 0.12 | 32.73 | 0.79 | 0.49 |
| Hex | E0 | 86 | 1A | 0 | 28 | 58 | C | 21 | 4F | 31 |
| Octal | 340 | 206 | 32 | 0 | 50 | 130 | 14 | 41 | 117 | 61 |
| Binary | 11100000 | 10000110 | 11010 | 0 | 101000 | 1011000 | 1100 | 100001 | 1001111 | 110001 |
Color Harmonies of #E0861A
Complementary color
Monochromatic Colors of #E0861A
Black with #E0861A
Text Example
Text Example
White with #E0861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0861A; }
p { color: rgb(224,134,26); }
H1.HeaderClassName
{
color: #E0861A;
}
.AnyTagClassName
{
color: #E0861A;
}
</style>
background-color css
<style>
a { background-color: #E0861A; }
a { background-color: rgb(224,134,26); }
div.DivClassName
{
background-color: #E0861A;
}
.BgClassName
{
background-color: #E0861A;
}
</style>
border-color css
<style>
span { border-color: #E0861A; }
span { border-color: rgb(224,134,26); }
td.TdClassName
{
border-color: #E0861A;
}
.TagClassName
{
border-color: #E0861A;
}
</style>