Shades of Chocolate #E16A1E
Tints of Chocolate #E16A1E
RGB
CMYK
RGB Variations
Color information
#E16A1E (or 0xE16A1E) is known color: Chocolate. HEX triplet: E1, 6A and 1E. RGB value is (225,106,30). Sum of RGB (Red+Green+Blue) = 225+106+30=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16A1E is #1E95E1. Grayscale: #858585. Windows color (decimal): -2004450 or 1993441. OLE color: 1993441.
HSL color Cylindrical-coordinate representation of color #E16A1E: hue angle of 23.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E16A1E is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 30 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.12 |
| HSL | 23.38º | 0.76% | 0.5% | - |
| HSV(B) | 23.38º | 0.87% | 0.88% | - |
| XYZ | 36.44 | 26.41 | 4.41 | - |
| YUV | 132.92 | 69.92 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 30 | 0 | 0.53 | 0.87 | 0.12 | 23.38 | 0.76 | 0.5 |
| Hex | E1 | 6A | 1E | 0 | 35 | 57 | C | 17 | 4C | 32 |
| Octal | 341 | 152 | 36 | 0 | 65 | 127 | 14 | 27 | 114 | 62 |
| Binary | 11100001 | 1101010 | 11110 | 0 | 110101 | 1010111 | 1100 | 10111 | 1001100 | 110010 |
Color Harmonies of #E16A1E
Complementary color
Monochromatic Colors of #E16A1E
Black with #E16A1E
Text Example
Text Example
White with #E16A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A1E; }
p { color: rgb(225,106,30); }
H1.HeaderClassName
{
color: #E16A1E;
}
.AnyTagClassName
{
color: #E16A1E;
}
</style>
background-color css
<style>
a { background-color: #E16A1E; }
a { background-color: rgb(225,106,30); }
div.DivClassName
{
background-color: #E16A1E;
}
.BgClassName
{
background-color: #E16A1E;
}
</style>
border-color css
<style>
span { border-color: #E16A1E; }
span { border-color: rgb(225,106,30); }
td.TdClassName
{
border-color: #E16A1E;
}
.TagClassName
{
border-color: #E16A1E;
}
</style>