Shades of Carrot Orange #E2861C
Tints of Carrot Orange #E2861C
RGB
CMYK
RGB Variations
Color information
#E2861C (or 0xE2861C) is known color: Carrot Orange. HEX triplet: E2, 86 and 1C. RGB value is (226,134,28). Sum of RGB (Red+Green+Blue) = 226+134+28=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E2861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2861C is #1D79E3. Grayscale: #959595. Windows color (decimal): -1931748 or 1869538. OLE color: 1869538.
HSL color Cylindrical-coordinate representation of color #E2861C: hue angle of 32.12º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2861C is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 28 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.11 |
| HSL | 32.12º | 0.78% | 0.5% | - |
| HSV(B) | 32.12º | 0.88% | 0.89% | - |
| XYZ | 40.1 | 33.3 | 5.41 | - |
| YUV | 149.42 | 59.48 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 28 | 0 | 0.41 | 0.88 | 0.11 | 32.12 | 0.78 | 0.5 |
| Hex | E2 | 86 | 1C | 0 | 29 | 58 | B | 20 | 4E | 32 |
| Octal | 342 | 206 | 34 | 0 | 51 | 130 | 13 | 40 | 116 | 62 |
| Binary | 11100010 | 10000110 | 11100 | 0 | 101001 | 1011000 | 1011 | 100000 | 1001110 | 110010 |
Color Harmonies of #E2861C
Complementary color
Monochromatic Colors of #E2861C
Black with #E2861C
Text Example
Text Example
White with #E2861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2861C; }
p { color: rgb(226,134,28); }
H1.HeaderClassName
{
color: #E2861C;
}
.AnyTagClassName
{
color: #E2861C;
}
</style>
background-color css
<style>
a { background-color: #E2861C; }
a { background-color: rgb(226,134,28); }
div.DivClassName
{
background-color: #E2861C;
}
.BgClassName
{
background-color: #E2861C;
}
</style>
border-color css
<style>
span { border-color: #E2861C; }
span { border-color: rgb(226,134,28); }
td.TdClassName
{
border-color: #E2861C;
}
.TagClassName
{
border-color: #E2861C;
}
</style>