Shades of Chocolate #E35F16
Tints of Chocolate #E35F16
RGB
CMYK
RGB Variations
Color information
#E35F16 (or 0xE35F16) is known color: Chocolate. HEX triplet: E3, 5F and 16. RGB value is (227,95,22). Sum of RGB (Red+Green+Blue) = 227+95+22=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35F16 is #1CA0E9. Grayscale: #7E7E7E. Windows color (decimal): -1876202 or 1466339. OLE color: 1466339.
HSL color Cylindrical-coordinate representation of color #E35F16: hue angle of 21.37º 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 #E35F16 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 22 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.11 |
| HSL | 21.37º | 0.82% | 0.49% | - |
| HSV(B) | 21.37º | 0.9% | 0.89% | - |
| XYZ | 35.92 | 24.57 | 3.61 | - |
| YUV | 126.15 | 69.23 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 22 | 0 | 0.58 | 0.90 | 0.11 | 21.37 | 0.82 | 0.49 |
| Hex | E3 | 5F | 16 | 0 | 3A | 5A | B | 15 | 52 | 31 |
| Octal | 343 | 137 | 26 | 0 | 72 | 132 | 13 | 25 | 122 | 61 |
| Binary | 11100011 | 1011111 | 10110 | 0 | 111010 | 1011010 | 1011 | 10101 | 1010010 | 110001 |
Color Harmonies of #E35F16
Complementary color
Monochromatic Colors of #E35F16
Black with #E35F16
Text Example
Text Example
White with #E35F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F16; }
p { color: rgb(227,95,22); }
H1.HeaderClassName
{
color: #E35F16;
}
.AnyTagClassName
{
color: #E35F16;
}
</style>
background-color css
<style>
a { background-color: #E35F16; }
a { background-color: rgb(227,95,22); }
div.DivClassName
{
background-color: #E35F16;
}
.BgClassName
{
background-color: #E35F16;
}
</style>
border-color css
<style>
span { border-color: #E35F16; }
span { border-color: rgb(227,95,22); }
td.TdClassName
{
border-color: #E35F16;
}
.TagClassName
{
border-color: #E35F16;
}
</style>