Shades of Chocolate #E76516
Tints of Chocolate #E76516
RGB
CMYK
RGB Variations
Color information
#E76516 (or 0xE76516) is known color: Chocolate. HEX triplet: E7, 65 and 16. RGB value is (231,101,22). Sum of RGB (Red+Green+Blue) = 231+101+22=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E76516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76516 is #189AE9. Grayscale: #838383. Windows color (decimal): -1612522 or 1467879. OLE color: 1467879.
HSL color Cylindrical-coordinate representation of color #E76516: hue angle of 22.68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E76516 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 22 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.09 |
| HSL | 22.68º | 0.83% | 0.5% | - |
| HSV(B) | 22.68º | 0.9% | 0.91% | - |
| XYZ | 37.75 | 26.35 | 3.86 | - |
| YUV | 130.86 | 66.57 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 22 | 0 | 0.56 | 0.90 | 0.09 | 22.68 | 0.83 | 0.5 |
| Hex | E7 | 65 | 16 | 0 | 38 | 5A | 9 | 17 | 53 | 32 |
| Octal | 347 | 145 | 26 | 0 | 70 | 132 | 11 | 27 | 123 | 62 |
| Binary | 11100111 | 1100101 | 10110 | 0 | 111000 | 1011010 | 1001 | 10111 | 1010011 | 110010 |
Color Harmonies of #E76516
Complementary color
Monochromatic Colors of #E76516
Black with #E76516
Text Example
Text Example
White with #E76516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76516; }
p { color: rgb(231,101,22); }
H1.HeaderClassName
{
color: #E76516;
}
.AnyTagClassName
{
color: #E76516;
}
</style>
background-color css
<style>
a { background-color: #E76516; }
a { background-color: rgb(231,101,22); }
div.DivClassName
{
background-color: #E76516;
}
.BgClassName
{
background-color: #E76516;
}
</style>
border-color css
<style>
span { border-color: #E76516; }
span { border-color: rgb(231,101,22); }
td.TdClassName
{
border-color: #E76516;
}
.TagClassName
{
border-color: #E76516;
}
</style>