Shades of Chocolate #E7641A
Tints of Chocolate #E7641A
RGB
CMYK
RGB Variations
Color information
#E7641A (or 0xE7641A) is known color: Chocolate. HEX triplet: E7, 64 and 1A. RGB value is (231,100,26). Sum of RGB (Red+Green+Blue) = 231+100+26=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E7641A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7641A is #189BE5. Grayscale: #838383. Windows color (decimal): -1612774 or 1729767. OLE color: 1729767.
HSL color Cylindrical-coordinate representation of color #E7641A: hue angle of 21.66º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7641A is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 26 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.09 |
| HSL | 21.66º | 0.81% | 0.5% | - |
| HSV(B) | 21.66º | 0.89% | 0.91% | - |
| XYZ | 37.7 | 26.18 | 4.04 | - |
| YUV | 130.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 26 | 0 | 0.57 | 0.89 | 0.09 | 21.66 | 0.81 | 0.5 |
| Hex | E7 | 64 | 1A | 0 | 39 | 59 | 9 | 16 | 51 | 32 |
| Octal | 347 | 144 | 32 | 0 | 71 | 131 | 11 | 26 | 121 | 62 |
| Binary | 11100111 | 1100100 | 11010 | 0 | 111001 | 1011001 | 1001 | 10110 | 1010001 | 110010 |
Color Harmonies of #E7641A
Complementary color
Monochromatic Colors of #E7641A
Black with #E7641A
Text Example
Text Example
White with #E7641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7641A; }
p { color: rgb(231,100,26); }
H1.HeaderClassName
{
color: #E7641A;
}
.AnyTagClassName
{
color: #E7641A;
}
</style>
background-color css
<style>
a { background-color: #E7641A; }
a { background-color: rgb(231,100,26); }
div.DivClassName
{
background-color: #E7641A;
}
.BgClassName
{
background-color: #E7641A;
}
</style>
border-color css
<style>
span { border-color: #E7641A; }
span { border-color: rgb(231,100,26); }
td.TdClassName
{
border-color: #E7641A;
}
.TagClassName
{
border-color: #E7641A;
}
</style>