Shades of Chocolate #E35F21
Tints of Chocolate #E35F21
RGB
CMYK
RGB Variations
Color information
#E35F21 (or 0xE35F21) is known color: Chocolate. HEX triplet: E3, 5F and 21. RGB value is (227,95,33). Sum of RGB (Red+Green+Blue) = 227+95+33=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35F21 is #1CA0DE. Grayscale: #7F7F7F. Windows color (decimal): -1876191 or 2187235. OLE color: 2187235.
HSL color Cylindrical-coordinate representation of color #E35F21: hue angle of 19.18º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E35F21 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 33 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.11 |
| HSL | 19.18º | 0.78% | 0.51% | - |
| HSV(B) | 19.18º | 0.85% | 0.89% | - |
| XYZ | 36.05 | 24.63 | 4.29 | - |
| YUV | 127.4 | 74.73 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 33 | 0 | 0.58 | 0.85 | 0.11 | 19.18 | 0.78 | 0.51 |
| Hex | E3 | 5F | 21 | 0 | 3A | 55 | B | 13 | 4E | 33 |
| Octal | 343 | 137 | 41 | 0 | 72 | 125 | 13 | 23 | 116 | 63 |
| Binary | 11100011 | 1011111 | 100001 | 0 | 111010 | 1010101 | 1011 | 10011 | 1001110 | 110011 |
Color Harmonies of #E35F21
Complementary color
Monochromatic Colors of #E35F21
Black with #E35F21
Text Example
Text Example
White with #E35F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F21; }
p { color: rgb(227,95,33); }
H1.HeaderClassName
{
color: #E35F21;
}
.AnyTagClassName
{
color: #E35F21;
}
</style>
background-color css
<style>
a { background-color: #E35F21; }
a { background-color: rgb(227,95,33); }
div.DivClassName
{
background-color: #E35F21;
}
.BgClassName
{
background-color: #E35F21;
}
</style>
border-color css
<style>
span { border-color: #E35F21; }
span { border-color: rgb(227,95,33); }
td.TdClassName
{
border-color: #E35F21;
}
.TagClassName
{
border-color: #E35F21;
}
</style>