Shades of Chocolate #E35D16
Tints of Chocolate #E35D16
RGB
CMYK
RGB Variations
Color information
#E35D16 (or 0xE35D16) is known color: Chocolate. HEX triplet: E3, 5D and 16. RGB value is (227,93,22). Sum of RGB (Red+Green+Blue) = 227+93+22=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35D16 is #1CA2E9. Grayscale: #7D7D7D. Windows color (decimal): -1876714 or 1465827. OLE color: 1465827.
HSL color Cylindrical-coordinate representation of color #E35D16: hue angle of 20.78º 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 #E35D16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.11 |
| HSL | 20.78º | 0.82% | 0.49% | - |
| HSV(B) | 20.78º | 0.9% | 0.89% | - |
| XYZ | 35.74 | 24.22 | 3.55 | - |
| YUV | 124.97 | 69.89 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 22 | 0 | 0.59 | 0.90 | 0.11 | 20.78 | 0.82 | 0.49 |
| Hex | E3 | 5D | 16 | 0 | 3B | 5A | B | 15 | 52 | 31 |
| Octal | 343 | 135 | 26 | 0 | 73 | 132 | 13 | 25 | 122 | 61 |
| Binary | 11100011 | 1011101 | 10110 | 0 | 111011 | 1011010 | 1011 | 10101 | 1010010 | 110001 |
Color Harmonies of #E35D16
Complementary color
Monochromatic Colors of #E35D16
Black with #E35D16
Text Example
Text Example
White with #E35D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D16; }
p { color: rgb(227,93,22); }
H1.HeaderClassName
{
color: #E35D16;
}
.AnyTagClassName
{
color: #E35D16;
}
</style>
background-color css
<style>
a { background-color: #E35D16; }
a { background-color: rgb(227,93,22); }
div.DivClassName
{
background-color: #E35D16;
}
.BgClassName
{
background-color: #E35D16;
}
</style>
border-color css
<style>
span { border-color: #E35D16; }
span { border-color: rgb(227,93,22); }
td.TdClassName
{
border-color: #E35D16;
}
.TagClassName
{
border-color: #E35D16;
}
</style>