Shades of Chocolate #E1691E
Tints of Chocolate #E1691E
RGB
CMYK
RGB Variations
Color information
#E1691E (or 0xE1691E) is known color: Chocolate. HEX triplet: E1, 69 and 1E. RGB value is (225,105,30). Sum of RGB (Red+Green+Blue) = 225+105+30=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E1691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1691E is #1E96E1. Grayscale: #848484. Windows color (decimal): -2004706 or 1993185. OLE color: 1993185.
HSL color Cylindrical-coordinate representation of color #E1691E: hue angle of 23.08º 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 #E1691E is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 30 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.12 |
| HSL | 23.08º | 0.76% | 0.5% | - |
| HSV(B) | 23.08º | 0.87% | 0.88% | - |
| XYZ | 36.34 | 26.2 | 4.37 | - |
| YUV | 132.33 | 70.26 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 30 | 0 | 0.53 | 0.87 | 0.12 | 23.08 | 0.76 | 0.5 |
| Hex | E1 | 69 | 1E | 0 | 35 | 57 | C | 17 | 4C | 32 |
| Octal | 341 | 151 | 36 | 0 | 65 | 127 | 14 | 27 | 114 | 62 |
| Binary | 11100001 | 1101001 | 11110 | 0 | 110101 | 1010111 | 1100 | 10111 | 1001100 | 110010 |
Color Harmonies of #E1691E
Complementary color
Monochromatic Colors of #E1691E
Black with #E1691E
Text Example
Text Example
White with #E1691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1691E; }
p { color: rgb(225,105,30); }
H1.HeaderClassName
{
color: #E1691E;
}
.AnyTagClassName
{
color: #E1691E;
}
</style>
background-color css
<style>
a { background-color: #E1691E; }
a { background-color: rgb(225,105,30); }
div.DivClassName
{
background-color: #E1691E;
}
.BgClassName
{
background-color: #E1691E;
}
</style>
border-color css
<style>
span { border-color: #E1691E; }
span { border-color: rgb(225,105,30); }
td.TdClassName
{
border-color: #E1691E;
}
.TagClassName
{
border-color: #E1691E;
}
</style>