Shades of Chocolate #E35C16
Tints of Chocolate #E35C16
RGB
CMYK
RGB Variations
Color information
#E35C16 (or 0xE35C16) is known color: Chocolate. HEX triplet: E3, 5C and 16. RGB value is (227,92,22). Sum of RGB (Red+Green+Blue) = 227+92+22=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35C16 is #1CA3E9. Grayscale: #7C7C7C. Windows color (decimal): -1876970 or 1465571. OLE color: 1465571.
HSL color Cylindrical-coordinate representation of color #E35C16: hue angle of 20.49º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E35C16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.11 |
| HSL | 20.49º | 0.82% | 0.49% | - |
| HSV(B) | 20.49º | 0.9% | 0.89% | - |
| XYZ | 35.65 | 24.04 | 3.52 | - |
| YUV | 124.39 | 70.23 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 22 | 0 | 0.59 | 0.90 | 0.11 | 20.49 | 0.82 | 0.49 |
| Hex | E3 | 5C | 16 | 0 | 3B | 5A | B | 14 | 52 | 31 |
| Octal | 343 | 134 | 26 | 0 | 73 | 132 | 13 | 24 | 122 | 61 |
| Binary | 11100011 | 1011100 | 10110 | 0 | 111011 | 1011010 | 1011 | 10100 | 1010010 | 110001 |
Color Harmonies of #E35C16
Complementary color
Monochromatic Colors of #E35C16
Black with #E35C16
Text Example
Text Example
White with #E35C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C16; }
p { color: rgb(227,92,22); }
H1.HeaderClassName
{
color: #E35C16;
}
.AnyTagClassName
{
color: #E35C16;
}
</style>
background-color css
<style>
a { background-color: #E35C16; }
a { background-color: rgb(227,92,22); }
div.DivClassName
{
background-color: #E35C16;
}
.BgClassName
{
background-color: #E35C16;
}
</style>
border-color css
<style>
span { border-color: #E35C16; }
span { border-color: rgb(227,92,22); }
td.TdClassName
{
border-color: #E35C16;
}
.TagClassName
{
border-color: #E35C16;
}
</style>