Shades of Chocolate #E35D1C
Tints of Chocolate #E35D1C
RGB
CMYK
RGB Variations
Color information
#E35D1C (or 0xE35D1C) is known color: Chocolate. HEX triplet: E3, 5D and 1C. RGB value is (227,93,28). Sum of RGB (Red+Green+Blue) = 227+93+28=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35D1C is #1CA2E3. Grayscale: #7E7E7E. Windows color (decimal): -1876708 or 1859043. OLE color: 1859043.
HSL color Cylindrical-coordinate representation of color #E35D1C: hue angle of 19.6º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E35D1C is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 28 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.11 |
| HSL | 19.6º | 0.78% | 0.5% | - |
| HSV(B) | 19.6º | 0.88% | 0.89% | - |
| XYZ | 35.8 | 24.24 | 3.89 | - |
| YUV | 125.66 | 72.89 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 28 | 0 | 0.59 | 0.88 | 0.11 | 19.6 | 0.78 | 0.5 |
| Hex | E3 | 5D | 1C | 0 | 3B | 58 | B | 14 | 4E | 32 |
| Octal | 343 | 135 | 34 | 0 | 73 | 130 | 13 | 24 | 116 | 62 |
| Binary | 11100011 | 1011101 | 11100 | 0 | 111011 | 1011000 | 1011 | 10100 | 1001110 | 110010 |
Color Harmonies of #E35D1C
Complementary color
Monochromatic Colors of #E35D1C
Black with #E35D1C
Text Example
Text Example
White with #E35D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D1C; }
p { color: rgb(227,93,28); }
H1.HeaderClassName
{
color: #E35D1C;
}
.AnyTagClassName
{
color: #E35D1C;
}
</style>
background-color css
<style>
a { background-color: #E35D1C; }
a { background-color: rgb(227,93,28); }
div.DivClassName
{
background-color: #E35D1C;
}
.BgClassName
{
background-color: #E35D1C;
}
</style>
border-color css
<style>
span { border-color: #E35D1C; }
span { border-color: rgb(227,93,28); }
td.TdClassName
{
border-color: #E35D1C;
}
.TagClassName
{
border-color: #E35D1C;
}
</style>