Shades of Chocolate #E35D15
Tints of Chocolate #E35D15
RGB
CMYK
RGB Variations
Color information
#E35D15 (or 0xE35D15) is known color: Chocolate. HEX triplet: E3, 5D and 15. RGB value is (227,93,21). Sum of RGB (Red+Green+Blue) = 227+93+21=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35D15 is #1CA2EA. Grayscale: #7D7D7D. Windows color (decimal): -1876715 or 1400291. OLE color: 1400291.
HSL color Cylindrical-coordinate representation of color #E35D15: hue angle of 20.97º 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 #E35D15 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 21 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.11 |
| HSL | 20.97º | 0.83% | 0.49% | - |
| HSV(B) | 20.97º | 0.91% | 0.89% | - |
| XYZ | 35.73 | 24.21 | 3.5 | - |
| YUV | 124.86 | 69.39 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 21 | 0 | 0.59 | 0.91 | 0.11 | 20.97 | 0.83 | 0.49 |
| Hex | E3 | 5D | 15 | 0 | 3B | 5B | B | 15 | 53 | 31 |
| Octal | 343 | 135 | 25 | 0 | 73 | 133 | 13 | 25 | 123 | 61 |
| Binary | 11100011 | 1011101 | 10101 | 0 | 111011 | 1011011 | 1011 | 10101 | 1010011 | 110001 |
Color Harmonies of #E35D15
Complementary color
Monochromatic Colors of #E35D15
Black with #E35D15
Text Example
Text Example
White with #E35D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D15; }
p { color: rgb(227,93,21); }
H1.HeaderClassName
{
color: #E35D15;
}
.AnyTagClassName
{
color: #E35D15;
}
</style>
background-color css
<style>
a { background-color: #E35D15; }
a { background-color: rgb(227,93,21); }
div.DivClassName
{
background-color: #E35D15;
}
.BgClassName
{
background-color: #E35D15;
}
</style>
border-color css
<style>
span { border-color: #E35D15; }
span { border-color: rgb(227,93,21); }
td.TdClassName
{
border-color: #E35D15;
}
.TagClassName
{
border-color: #E35D15;
}
</style>