Shades of Carrot Orange #E1861A
Tints of Carrot Orange #E1861A
RGB
CMYK
RGB Variations
Color information
#E1861A (or 0xE1861A) is known color: Carrot Orange. HEX triplet: E1, 86 and 1A. RGB value is (225,134,26). Sum of RGB (Red+Green+Blue) = 225+134+26=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1861A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1861A is #1E79E5. Grayscale: #959595. Windows color (decimal): -1997286 or 1738465. OLE color: 1738465.
HSL color Cylindrical-coordinate representation of color #E1861A: hue angle of 32.56º 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 #E1861A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 26 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.12 |
| HSL | 32.56º | 0.79% | 0.49% | - |
| HSV(B) | 32.56º | 0.88% | 0.88% | - |
| XYZ | 39.76 | 33.13 | 5.28 | - |
| YUV | 148.9 | 58.65 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 26 | 0 | 0.40 | 0.88 | 0.12 | 32.56 | 0.79 | 0.49 |
| Hex | E1 | 86 | 1A | 0 | 28 | 58 | C | 21 | 4F | 31 |
| Octal | 341 | 206 | 32 | 0 | 50 | 130 | 14 | 41 | 117 | 61 |
| Binary | 11100001 | 10000110 | 11010 | 0 | 101000 | 1011000 | 1100 | 100001 | 1001111 | 110001 |
Color Harmonies of #E1861A
Complementary color
Monochromatic Colors of #E1861A
Black with #E1861A
Text Example
Text Example
White with #E1861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1861A; }
p { color: rgb(225,134,26); }
H1.HeaderClassName
{
color: #E1861A;
}
.AnyTagClassName
{
color: #E1861A;
}
</style>
background-color css
<style>
a { background-color: #E1861A; }
a { background-color: rgb(225,134,26); }
div.DivClassName
{
background-color: #E1861A;
}
.BgClassName
{
background-color: #E1861A;
}
</style>
border-color css
<style>
span { border-color: #E1861A; }
span { border-color: rgb(225,134,26); }
td.TdClassName
{
border-color: #E1861A;
}
.TagClassName
{
border-color: #E1861A;
}
</style>