Shades of Chocolate #E35B20
Tints of Chocolate #E35B20
RGB
CMYK
RGB Variations
Color information
#E35B20 (or 0xE35B20) is known color: Chocolate. HEX triplet: E3, 5B and 20. RGB value is (227,91,32). Sum of RGB (Red+Green+Blue) = 227+91+32=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35B20 is #1CA4DF. Grayscale: #7D7D7D. Windows color (decimal): -1877216 or 2120675. OLE color: 2120675.
HSL color Cylindrical-coordinate representation of color #E35B20: hue angle of 18.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E35B20 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 32 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.11 |
| HSL | 18.15º | 0.78% | 0.51% | - |
| HSV(B) | 18.15º | 0.86% | 0.89% | - |
| XYZ | 35.68 | 23.92 | 4.1 | - |
| YUV | 124.94 | 75.56 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 32 | 0 | 0.60 | 0.86 | 0.11 | 18.15 | 0.78 | 0.51 |
| Hex | E3 | 5B | 20 | 0 | 3C | 56 | B | 12 | 4E | 33 |
| Octal | 343 | 133 | 40 | 0 | 74 | 126 | 13 | 22 | 116 | 63 |
| Binary | 11100011 | 1011011 | 100000 | 0 | 111100 | 1010110 | 1011 | 10010 | 1001110 | 110011 |
Color Harmonies of #E35B20
Complementary color
Monochromatic Colors of #E35B20
Black with #E35B20
Text Example
Text Example
White with #E35B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B20; }
p { color: rgb(227,91,32); }
H1.HeaderClassName
{
color: #E35B20;
}
.AnyTagClassName
{
color: #E35B20;
}
</style>
background-color css
<style>
a { background-color: #E35B20; }
a { background-color: rgb(227,91,32); }
div.DivClassName
{
background-color: #E35B20;
}
.BgClassName
{
background-color: #E35B20;
}
</style>
border-color css
<style>
span { border-color: #E35B20; }
span { border-color: rgb(227,91,32); }
td.TdClassName
{
border-color: #E35B20;
}
.TagClassName
{
border-color: #E35B20;
}
</style>