Shades of Chocolate #E2661A
Tints of Chocolate #E2661A
RGB
CMYK
RGB Variations
Color information
#E2661A (or 0xE2661A) is known color: Chocolate. HEX triplet: E2, 66 and 1A. RGB value is (226,102,26). Sum of RGB (Red+Green+Blue) = 226+102+26=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2661A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2661A is #1D99E5. Grayscale: #828282. Windows color (decimal): -1939942 or 1730274. OLE color: 1730274.
HSL color Cylindrical-coordinate representation of color #E2661A: hue angle of 22.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2661A is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 26 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.11 |
| HSL | 22.8º | 0.79% | 0.49% | - |
| HSV(B) | 22.8º | 0.88% | 0.89% | - |
| XYZ | 36.3 | 25.75 | 4.03 | - |
| YUV | 130.41 | 69.08 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 26 | 0 | 0.55 | 0.88 | 0.11 | 22.8 | 0.79 | 0.49 |
| Hex | E2 | 66 | 1A | 0 | 37 | 58 | B | 17 | 4F | 31 |
| Octal | 342 | 146 | 32 | 0 | 67 | 130 | 13 | 27 | 117 | 61 |
| Binary | 11100010 | 1100110 | 11010 | 0 | 110111 | 1011000 | 1011 | 10111 | 1001111 | 110001 |
Color Harmonies of #E2661A
Complementary color
Monochromatic Colors of #E2661A
Black with #E2661A
Text Example
Text Example
White with #E2661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2661A; }
p { color: rgb(226,102,26); }
H1.HeaderClassName
{
color: #E2661A;
}
.AnyTagClassName
{
color: #E2661A;
}
</style>
background-color css
<style>
a { background-color: #E2661A; }
a { background-color: rgb(226,102,26); }
div.DivClassName
{
background-color: #E2661A;
}
.BgClassName
{
background-color: #E2661A;
}
</style>
border-color css
<style>
span { border-color: #E2661A; }
span { border-color: rgb(226,102,26); }
td.TdClassName
{
border-color: #E2661A;
}
.TagClassName
{
border-color: #E2661A;
}
</style>