Shades of Chocolate #E1661C
Tints of Chocolate #E1661C
RGB
CMYK
RGB Variations
Color information
#E1661C (or 0xE1661C) is known color: Chocolate. HEX triplet: E1, 66 and 1C. RGB value is (225,102,28). Sum of RGB (Red+Green+Blue) = 225+102+28=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1661C is #1E99E3. Grayscale: #828282. Windows color (decimal): -2005476 or 1861345. OLE color: 1861345.
HSL color Cylindrical-coordinate representation of color #E1661C: hue angle of 22.54º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1661C is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 28 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.12 |
| HSL | 22.54º | 0.78% | 0.5% | - |
| HSV(B) | 22.54º | 0.88% | 0.88% | - |
| XYZ | 36.01 | 25.59 | 4.14 | - |
| YUV | 130.34 | 70.25 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 28 | 0 | 0.55 | 0.88 | 0.12 | 22.54 | 0.78 | 0.5 |
| Hex | E1 | 66 | 1C | 0 | 37 | 58 | C | 17 | 4E | 32 |
| Octal | 341 | 146 | 34 | 0 | 67 | 130 | 14 | 27 | 116 | 62 |
| Binary | 11100001 | 1100110 | 11100 | 0 | 110111 | 1011000 | 1100 | 10111 | 1001110 | 110010 |
Color Harmonies of #E1661C
Complementary color
Monochromatic Colors of #E1661C
Black with #E1661C
Text Example
Text Example
White with #E1661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1661C; }
p { color: rgb(225,102,28); }
H1.HeaderClassName
{
color: #E1661C;
}
.AnyTagClassName
{
color: #E1661C;
}
</style>
background-color css
<style>
a { background-color: #E1661C; }
a { background-color: rgb(225,102,28); }
div.DivClassName
{
background-color: #E1661C;
}
.BgClassName
{
background-color: #E1661C;
}
</style>
border-color css
<style>
span { border-color: #E1661C; }
span { border-color: rgb(225,102,28); }
td.TdClassName
{
border-color: #E1661C;
}
.TagClassName
{
border-color: #E1661C;
}
</style>