Shades of Chocolate #E7601B
Tints of Chocolate #E7601B
RGB
CMYK
RGB Variations
Color information
#E7601B (or 0xE7601B) is known color: Chocolate. HEX triplet: E7, 60 and 1B. RGB value is (231,96,27). Sum of RGB (Red+Green+Blue) = 231+96+27=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E7601B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7601B is #189FE4. Grayscale: #808080. Windows color (decimal): -1613797 or 1794279. OLE color: 1794279.
HSL color Cylindrical-coordinate representation of color #E7601B: hue angle of 20.29º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7601B is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 27 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.09 |
| HSL | 20.29º | 0.81% | 0.51% | - |
| HSV(B) | 20.29º | 0.88% | 0.91% | - |
| XYZ | 37.34 | 25.43 | 3.98 | - |
| YUV | 128.5 | 70.73 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 27 | 0 | 0.58 | 0.88 | 0.09 | 20.29 | 0.81 | 0.51 |
| Hex | E7 | 60 | 1B | 0 | 3A | 58 | 9 | 14 | 51 | 33 |
| Octal | 347 | 140 | 33 | 0 | 72 | 130 | 11 | 24 | 121 | 63 |
| Binary | 11100111 | 1100000 | 11011 | 0 | 111010 | 1011000 | 1001 | 10100 | 1010001 | 110011 |
Color Harmonies of #E7601B
Complementary color
Monochromatic Colors of #E7601B
Black with #E7601B
Text Example
Text Example
White with #E7601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7601B; }
p { color: rgb(231,96,27); }
H1.HeaderClassName
{
color: #E7601B;
}
.AnyTagClassName
{
color: #E7601B;
}
</style>
background-color css
<style>
a { background-color: #E7601B; }
a { background-color: rgb(231,96,27); }
div.DivClassName
{
background-color: #E7601B;
}
.BgClassName
{
background-color: #E7601B;
}
</style>
border-color css
<style>
span { border-color: #E7601B; }
span { border-color: rgb(231,96,27); }
td.TdClassName
{
border-color: #E7601B;
}
.TagClassName
{
border-color: #E7601B;
}
</style>