Shades of Chocolate #E35F15
Tints of Chocolate #E35F15
RGB
CMYK
RGB Variations
Color information
#E35F15 (or 0xE35F15) is known color: Chocolate. HEX triplet: E3, 5F and 15. RGB value is (227,95,21). Sum of RGB (Red+Green+Blue) = 227+95+21=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35F15 is #1CA0EA. Grayscale: #7E7E7E. Windows color (decimal): -1876203 or 1400803. OLE color: 1400803.
HSL color Cylindrical-coordinate representation of color #E35F15: hue angle of 21.55º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E35F15 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 21 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.11 |
| HSL | 21.55º | 0.83% | 0.49% | - |
| HSV(B) | 21.55º | 0.91% | 0.89% | - |
| XYZ | 35.91 | 24.57 | 3.56 | - |
| YUV | 126.03 | 68.73 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 21 | 0 | 0.58 | 0.91 | 0.11 | 21.55 | 0.83 | 0.49 |
| Hex | E3 | 5F | 15 | 0 | 3A | 5B | B | 16 | 53 | 31 |
| Octal | 343 | 137 | 25 | 0 | 72 | 133 | 13 | 26 | 123 | 61 |
| Binary | 11100011 | 1011111 | 10101 | 0 | 111010 | 1011011 | 1011 | 10110 | 1010011 | 110001 |
Color Harmonies of #E35F15
Complementary color
Monochromatic Colors of #E35F15
Black with #E35F15
Text Example
Text Example
White with #E35F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F15; }
p { color: rgb(227,95,21); }
H1.HeaderClassName
{
color: #E35F15;
}
.AnyTagClassName
{
color: #E35F15;
}
</style>
background-color css
<style>
a { background-color: #E35F15; }
a { background-color: rgb(227,95,21); }
div.DivClassName
{
background-color: #E35F15;
}
.BgClassName
{
background-color: #E35F15;
}
</style>
border-color css
<style>
span { border-color: #E35F15; }
span { border-color: rgb(227,95,21); }
td.TdClassName
{
border-color: #E35F15;
}
.TagClassName
{
border-color: #E35F15;
}
</style>