Shades of Chocolate #E2681A
Tints of Chocolate #E2681A
RGB
CMYK
RGB Variations
Color information
#E2681A (or 0xE2681A) is known color: Chocolate. HEX triplet: E2, 68 and 1A. RGB value is (226,104,26). Sum of RGB (Red+Green+Blue) = 226+104+26=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2681A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2681A is #1D97E5. Grayscale: #848484. Windows color (decimal): -1939430 or 1730786. OLE color: 1730786.
HSL color Cylindrical-coordinate representation of color #E2681A: hue angle of 23.4º 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 #E2681A is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 26 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.11 |
| HSL | 23.4º | 0.79% | 0.49% | - |
| HSV(B) | 23.4º | 0.88% | 0.89% | - |
| XYZ | 36.5 | 26.14 | 4.1 | - |
| YUV | 131.59 | 68.42 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 26 | 0 | 0.54 | 0.88 | 0.11 | 23.4 | 0.79 | 0.49 |
| Hex | E2 | 68 | 1A | 0 | 36 | 58 | B | 17 | 4F | 31 |
| Octal | 342 | 150 | 32 | 0 | 66 | 130 | 13 | 27 | 117 | 61 |
| Binary | 11100010 | 1101000 | 11010 | 0 | 110110 | 1011000 | 1011 | 10111 | 1001111 | 110001 |
Color Harmonies of #E2681A
Complementary color
Monochromatic Colors of #E2681A
Black with #E2681A
Text Example
Text Example
White with #E2681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2681A; }
p { color: rgb(226,104,26); }
H1.HeaderClassName
{
color: #E2681A;
}
.AnyTagClassName
{
color: #E2681A;
}
</style>
background-color css
<style>
a { background-color: #E2681A; }
a { background-color: rgb(226,104,26); }
div.DivClassName
{
background-color: #E2681A;
}
.BgClassName
{
background-color: #E2681A;
}
</style>
border-color css
<style>
span { border-color: #E2681A; }
span { border-color: rgb(226,104,26); }
td.TdClassName
{
border-color: #E2681A;
}
.TagClassName
{
border-color: #E2681A;
}
</style>