Shades of Chocolate #E2661E
Tints of Chocolate #E2661E
RGB
CMYK
RGB Variations
Color information
#E2661E (or 0xE2661E) is known color: Chocolate. HEX triplet: E2, 66 and 1E. RGB value is (226,102,30). Sum of RGB (Red+Green+Blue) = 226+102+30=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2661E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2661E is #1D99E1. Grayscale: #838383. Windows color (decimal): -1939938 or 1992418. OLE color: 1992418.
HSL color Cylindrical-coordinate representation of color #E2661E: hue angle of 22.04º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2661E is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 30 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.11 |
| HSL | 22.04º | 0.77% | 0.5% | - |
| HSV(B) | 22.04º | 0.87% | 0.89% | - |
| XYZ | 36.35 | 25.77 | 4.29 | - |
| YUV | 130.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 30 | 0 | 0.55 | 0.87 | 0.11 | 22.04 | 0.77 | 0.5 |
| Hex | E2 | 66 | 1E | 0 | 37 | 57 | B | 16 | 4D | 32 |
| Octal | 342 | 146 | 36 | 0 | 67 | 127 | 13 | 26 | 115 | 62 |
| Binary | 11100010 | 1100110 | 11110 | 0 | 110111 | 1010111 | 1011 | 10110 | 1001101 | 110010 |
Color Harmonies of #E2661E
Complementary color
Monochromatic Colors of #E2661E
Black with #E2661E
Text Example
Text Example
White with #E2661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2661E; }
p { color: rgb(226,102,30); }
H1.HeaderClassName
{
color: #E2661E;
}
.AnyTagClassName
{
color: #E2661E;
}
</style>
background-color css
<style>
a { background-color: #E2661E; }
a { background-color: rgb(226,102,30); }
div.DivClassName
{
background-color: #E2661E;
}
.BgClassName
{
background-color: #E2661E;
}
</style>
border-color css
<style>
span { border-color: #E2661E; }
span { border-color: rgb(226,102,30); }
td.TdClassName
{
border-color: #E2661E;
}
.TagClassName
{
border-color: #E2661E;
}
</style>