Shades of Chocolate #E76613
Tints of Chocolate #E76613
RGB
CMYK
RGB Variations
Color information
#E76613 (or 0xE76613) is known color: Chocolate. HEX triplet: E7, 66 and 13. RGB value is (231,102,19). Sum of RGB (Red+Green+Blue) = 231+102+19=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E76613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76613 is #1899EC. Grayscale: #838383. Windows color (decimal): -1612269 or 1271527. OLE color: 1271527.
HSL color Cylindrical-coordinate representation of color #E76613: hue angle of 23.49º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E76613 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 19 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.09 |
| HSL | 23.49º | 0.85% | 0.49% | - |
| HSV(B) | 23.49º | 0.92% | 0.91% | - |
| XYZ | 37.82 | 26.54 | 3.75 | - |
| YUV | 131.11 | 64.74 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 19 | 0 | 0.56 | 0.92 | 0.09 | 23.49 | 0.85 | 0.49 |
| Hex | E7 | 66 | 13 | 0 | 38 | 5C | 9 | 17 | 55 | 31 |
| Octal | 347 | 146 | 23 | 0 | 70 | 134 | 11 | 27 | 125 | 61 |
| Binary | 11100111 | 1100110 | 10011 | 0 | 111000 | 1011100 | 1001 | 10111 | 1010101 | 110001 |
Color Harmonies of #E76613
Complementary color
Monochromatic Colors of #E76613
Black with #E76613
Text Example
Text Example
White with #E76613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76613; }
p { color: rgb(231,102,19); }
H1.HeaderClassName
{
color: #E76613;
}
.AnyTagClassName
{
color: #E76613;
}
</style>
background-color css
<style>
a { background-color: #E76613; }
a { background-color: rgb(231,102,19); }
div.DivClassName
{
background-color: #E76613;
}
.BgClassName
{
background-color: #E76613;
}
</style>
border-color css
<style>
span { border-color: #E76613; }
span { border-color: rgb(231,102,19); }
td.TdClassName
{
border-color: #E76613;
}
.TagClassName
{
border-color: #E76613;
}
</style>