Shades of Chocolate #E26512
Tints of Chocolate #E26512
RGB
CMYK
RGB Variations
Color information
#E26512 (or 0xE26512) is known color: Chocolate. HEX triplet: E2, 65 and 12. RGB value is (226,101,18). Sum of RGB (Red+Green+Blue) = 226+101+18=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E26512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26512 is #1D9AED. Grayscale: #818181. Windows color (decimal): -1940206 or 1205730. OLE color: 1205730.
HSL color Cylindrical-coordinate representation of color #E26512: hue angle of 23.94º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E26512 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 18 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.11 |
| HSL | 23.94º | 0.85% | 0.48% | - |
| HSV(B) | 23.94º | 0.92% | 0.89% | - |
| XYZ | 36.13 | 25.52 | 3.59 | - |
| YUV | 128.91 | 65.41 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 18 | 0 | 0.55 | 0.92 | 0.11 | 23.94 | 0.85 | 0.48 |
| Hex | E2 | 65 | 12 | 0 | 37 | 5C | B | 18 | 55 | 30 |
| Octal | 342 | 145 | 22 | 0 | 67 | 134 | 13 | 30 | 125 | 60 |
| Binary | 11100010 | 1100101 | 10010 | 0 | 110111 | 1011100 | 1011 | 11000 | 1010101 | 110000 |
Color Harmonies of #E26512
Complementary color
Monochromatic Colors of #E26512
Black with #E26512
Text Example
Text Example
White with #E26512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26512; }
p { color: rgb(226,101,18); }
H1.HeaderClassName
{
color: #E26512;
}
.AnyTagClassName
{
color: #E26512;
}
</style>
background-color css
<style>
a { background-color: #E26512; }
a { background-color: rgb(226,101,18); }
div.DivClassName
{
background-color: #E26512;
}
.BgClassName
{
background-color: #E26512;
}
</style>
border-color css
<style>
span { border-color: #E26512; }
span { border-color: rgb(226,101,18); }
td.TdClassName
{
border-color: #E26512;
}
.TagClassName
{
border-color: #E26512;
}
</style>