Shades of Chocolate #E35F14
Tints of Chocolate #E35F14
RGB
CMYK
RGB Variations
Color information
#E35F14 (or 0xE35F14) is known color: Chocolate. HEX triplet: E3, 5F and 14. RGB value is (227,95,20). Sum of RGB (Red+Green+Blue) = 227+95+20=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35F14 is #1CA0EB. Grayscale: #7E7E7E. Windows color (decimal): -1876204 or 1335267. OLE color: 1335267.
HSL color Cylindrical-coordinate representation of color #E35F14: hue angle of 21.74º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E35F14 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 20 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.11 |
| HSL | 21.74º | 0.84% | 0.48% | - |
| HSV(B) | 21.74º | 0.91% | 0.89% | - |
| XYZ | 35.9 | 24.57 | 3.51 | - |
| YUV | 125.92 | 68.23 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 20 | 0 | 0.58 | 0.91 | 0.11 | 21.74 | 0.84 | 0.48 |
| Hex | E3 | 5F | 14 | 0 | 3A | 5B | B | 16 | 54 | 30 |
| Octal | 343 | 137 | 24 | 0 | 72 | 133 | 13 | 26 | 124 | 60 |
| Binary | 11100011 | 1011111 | 10100 | 0 | 111010 | 1011011 | 1011 | 10110 | 1010100 | 110000 |
Color Harmonies of #E35F14
Complementary color
Monochromatic Colors of #E35F14
Black with #E35F14
Text Example
Text Example
White with #E35F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F14; }
p { color: rgb(227,95,20); }
H1.HeaderClassName
{
color: #E35F14;
}
.AnyTagClassName
{
color: #E35F14;
}
</style>
background-color css
<style>
a { background-color: #E35F14; }
a { background-color: rgb(227,95,20); }
div.DivClassName
{
background-color: #E35F14;
}
.BgClassName
{
background-color: #E35F14;
}
</style>
border-color css
<style>
span { border-color: #E35F14; }
span { border-color: rgb(227,95,20); }
td.TdClassName
{
border-color: #E35F14;
}
.TagClassName
{
border-color: #E35F14;
}
</style>