Shades of Chocolate #E56415
Tints of Chocolate #E56415
RGB
CMYK
RGB Variations
Color information
#E56415 (or 0xE56415) is known color: Chocolate. HEX triplet: E5, 64 and 15. RGB value is (229,100,21). Sum of RGB (Red+Green+Blue) = 229+100+21=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E56415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56415 is #1A9BEA. Grayscale: #828282. Windows color (decimal): -1743851 or 1402085. OLE color: 1402085.
HSL color Cylindrical-coordinate representation of color #E56415: hue angle of 22.79º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E56415 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 21 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.10 |
| HSL | 22.79º | 0.83% | 0.49% | - |
| HSV(B) | 22.79º | 0.91% | 0.9% | - |
| XYZ | 37.01 | 25.83 | 3.74 | - |
| YUV | 129.57 | 66.74 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 21 | 0 | 0.56 | 0.91 | 0.10 | 22.79 | 0.83 | 0.49 |
| Hex | E5 | 64 | 15 | 0 | 38 | 5B | A | 17 | 53 | 31 |
| Octal | 345 | 144 | 25 | 0 | 70 | 133 | 12 | 27 | 123 | 61 |
| Binary | 11100101 | 1100100 | 10101 | 0 | 111000 | 1011011 | 1010 | 10111 | 1010011 | 110001 |
Color Harmonies of #E56415
Complementary color
Monochromatic Colors of #E56415
Black with #E56415
Text Example
Text Example
White with #E56415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56415; }
p { color: rgb(229,100,21); }
H1.HeaderClassName
{
color: #E56415;
}
.AnyTagClassName
{
color: #E56415;
}
</style>
background-color css
<style>
a { background-color: #E56415; }
a { background-color: rgb(229,100,21); }
div.DivClassName
{
background-color: #E56415;
}
.BgClassName
{
background-color: #E56415;
}
</style>
border-color css
<style>
span { border-color: #E56415; }
span { border-color: rgb(229,100,21); }
td.TdClassName
{
border-color: #E56415;
}
.TagClassName
{
border-color: #E56415;
}
</style>