Shades of Chocolate #E76815
Tints of Chocolate #E76815
RGB
CMYK
RGB Variations
Color information
#E76815 (or 0xE76815) is known color: Chocolate. HEX triplet: E7, 68 and 15. RGB value is (231,104,21). Sum of RGB (Red+Green+Blue) = 231+104+21=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E76815 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76815 is #1897EA. Grayscale: #848484. Windows color (decimal): -1611755 or 1403111. OLE color: 1403111.
HSL color Cylindrical-coordinate representation of color #E76815: hue angle of 23.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E76815 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 21 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.09 |
| HSL | 23.71º | 0.83% | 0.49% | - |
| HSV(B) | 23.71º | 0.91% | 0.91% | - |
| XYZ | 38.04 | 26.94 | 3.91 | - |
| YUV | 132.51 | 65.08 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 21 | 0 | 0.55 | 0.91 | 0.09 | 23.71 | 0.83 | 0.49 |
| Hex | E7 | 68 | 15 | 0 | 37 | 5B | 9 | 18 | 53 | 31 |
| Octal | 347 | 150 | 25 | 0 | 67 | 133 | 11 | 30 | 123 | 61 |
| Binary | 11100111 | 1101000 | 10101 | 0 | 110111 | 1011011 | 1001 | 11000 | 1010011 | 110001 |
Color Harmonies of #E76815
Complementary color
Monochromatic Colors of #E76815
Black with #E76815
Text Example
Text Example
White with #E76815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76815; }
p { color: rgb(231,104,21); }
H1.HeaderClassName
{
color: #E76815;
}
.AnyTagClassName
{
color: #E76815;
}
</style>
background-color css
<style>
a { background-color: #E76815; }
a { background-color: rgb(231,104,21); }
div.DivClassName
{
background-color: #E76815;
}
.BgClassName
{
background-color: #E76815;
}
</style>
border-color css
<style>
span { border-color: #E76815; }
span { border-color: rgb(231,104,21); }
td.TdClassName
{
border-color: #E76815;
}
.TagClassName
{
border-color: #E76815;
}
</style>