Shades of Chocolate #E76918
Tints of Chocolate #E76918
RGB
CMYK
RGB Variations
Color information
#E76918 (or 0xE76918) is known color: Chocolate. HEX triplet: E7, 69 and 18. RGB value is (231,105,24). Sum of RGB (Red+Green+Blue) = 231+105+24=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E76918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76918 is #1896E7. Grayscale: #858585. Windows color (decimal): -1611496 or 1599975. OLE color: 1599975.
HSL color Cylindrical-coordinate representation of color #E76918: hue angle of 23.48º degrees, saturation: 0.81, 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 #E76918 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 24 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.09 |
| HSL | 23.48º | 0.81% | 0.5% | - |
| HSV(B) | 23.48º | 0.9% | 0.91% | - |
| XYZ | 38.17 | 27.16 | 4.09 | - |
| YUV | 133.44 | 66.24 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 24 | 0 | 0.55 | 0.90 | 0.09 | 23.48 | 0.81 | 0.5 |
| Hex | E7 | 69 | 18 | 0 | 37 | 5A | 9 | 17 | 51 | 32 |
| Octal | 347 | 151 | 30 | 0 | 67 | 132 | 11 | 27 | 121 | 62 |
| Binary | 11100111 | 1101001 | 11000 | 0 | 110111 | 1011010 | 1001 | 10111 | 1010001 | 110010 |
Color Harmonies of #E76918
Complementary color
Monochromatic Colors of #E76918
Black with #E76918
Text Example
Text Example
White with #E76918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76918; }
p { color: rgb(231,105,24); }
H1.HeaderClassName
{
color: #E76918;
}
.AnyTagClassName
{
color: #E76918;
}
</style>
background-color css
<style>
a { background-color: #E76918; }
a { background-color: rgb(231,105,24); }
div.DivClassName
{
background-color: #E76918;
}
.BgClassName
{
background-color: #E76918;
}
</style>
border-color css
<style>
span { border-color: #E76918; }
span { border-color: rgb(231,105,24); }
td.TdClassName
{
border-color: #E76918;
}
.TagClassName
{
border-color: #E76918;
}
</style>