Shades of Chocolate #E35D19
Tints of Chocolate #E35D19
RGB
CMYK
RGB Variations
Color information
#E35D19 (or 0xE35D19) is known color: Chocolate. HEX triplet: E3, 5D and 19. RGB value is (227,93,25). Sum of RGB (Red+Green+Blue) = 227+93+25=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35D19 is #1CA2E6. Grayscale: #7D7D7D. Windows color (decimal): -1876711 or 1662435. OLE color: 1662435.
HSL color Cylindrical-coordinate representation of color #E35D19: hue angle of 20.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E35D19 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 25 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.11 |
| HSL | 20.2º | 0.8% | 0.49% | - |
| HSV(B) | 20.2º | 0.89% | 0.89% | - |
| XYZ | 35.77 | 24.23 | 3.71 | - |
| YUV | 125.31 | 71.39 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 25 | 0 | 0.59 | 0.89 | 0.11 | 20.2 | 0.8 | 0.49 |
| Hex | E3 | 5D | 19 | 0 | 3B | 59 | B | 14 | 50 | 31 |
| Octal | 343 | 135 | 31 | 0 | 73 | 131 | 13 | 24 | 120 | 61 |
| Binary | 11100011 | 1011101 | 11001 | 0 | 111011 | 1011001 | 1011 | 10100 | 1010000 | 110001 |
Color Harmonies of #E35D19
Complementary color
Monochromatic Colors of #E35D19
Black with #E35D19
Text Example
Text Example
White with #E35D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D19; }
p { color: rgb(227,93,25); }
H1.HeaderClassName
{
color: #E35D19;
}
.AnyTagClassName
{
color: #E35D19;
}
</style>
background-color css
<style>
a { background-color: #E35D19; }
a { background-color: rgb(227,93,25); }
div.DivClassName
{
background-color: #E35D19;
}
.BgClassName
{
background-color: #E35D19;
}
</style>
border-color css
<style>
span { border-color: #E35D19; }
span { border-color: rgb(227,93,25); }
td.TdClassName
{
border-color: #E35D19;
}
.TagClassName
{
border-color: #E35D19;
}
</style>