Shades of Chocolate #E26812
Tints of Chocolate #E26812
RGB
CMYK
RGB Variations
Color information
#E26812 (or 0xE26812) is known color: Chocolate. HEX triplet: E2, 68 and 12. RGB value is (226,104,18). Sum of RGB (Red+Green+Blue) = 226+104+18=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E26812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26812 is #1D97ED. Grayscale: #838383. Windows color (decimal): -1939438 or 1206498. OLE color: 1206498.
HSL color Cylindrical-coordinate representation of color #E26812: hue angle of 24.81º 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 #E26812 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 18 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.11 |
| HSL | 24.81º | 0.85% | 0.48% | - |
| HSV(B) | 24.81º | 0.92% | 0.89% | - |
| XYZ | 36.42 | 26.11 | 3.69 | - |
| YUV | 130.67 | 64.42 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 18 | 0 | 0.54 | 0.92 | 0.11 | 24.81 | 0.85 | 0.48 |
| Hex | E2 | 68 | 12 | 0 | 36 | 5C | B | 19 | 55 | 30 |
| Octal | 342 | 150 | 22 | 0 | 66 | 134 | 13 | 31 | 125 | 60 |
| Binary | 11100010 | 1101000 | 10010 | 0 | 110110 | 1011100 | 1011 | 11001 | 1010101 | 110000 |
Color Harmonies of #E26812
Complementary color
Monochromatic Colors of #E26812
Black with #E26812
Text Example
Text Example
White with #E26812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26812; }
p { color: rgb(226,104,18); }
H1.HeaderClassName
{
color: #E26812;
}
.AnyTagClassName
{
color: #E26812;
}
</style>
background-color css
<style>
a { background-color: #E26812; }
a { background-color: rgb(226,104,18); }
div.DivClassName
{
background-color: #E26812;
}
.BgClassName
{
background-color: #E26812;
}
</style>
border-color css
<style>
span { border-color: #E26812; }
span { border-color: rgb(226,104,18); }
td.TdClassName
{
border-color: #E26812;
}
.TagClassName
{
border-color: #E26812;
}
</style>