Shades of Chocolate #E7641D
Tints of Chocolate #E7641D
RGB
CMYK
RGB Variations
Color information
#E7641D (or 0xE7641D) is known color: Chocolate. HEX triplet: E7, 64 and 1D. RGB value is (231,100,29). Sum of RGB (Red+Green+Blue) = 231+100+29=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7641D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7641D is #189BE2. Grayscale: #838383. Windows color (decimal): -1612771 or 1926375. OLE color: 1926375.
HSL color Cylindrical-coordinate representation of color #E7641D: hue angle of 21.09º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7641D is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 29 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.09 |
| HSL | 21.09º | 0.81% | 0.51% | - |
| HSV(B) | 21.09º | 0.87% | 0.91% | - |
| XYZ | 37.73 | 26.19 | 4.23 | - |
| YUV | 131.08 | 70.4 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 29 | 0 | 0.57 | 0.87 | 0.09 | 21.09 | 0.81 | 0.51 |
| Hex | E7 | 64 | 1D | 0 | 39 | 57 | 9 | 15 | 51 | 33 |
| Octal | 347 | 144 | 35 | 0 | 71 | 127 | 11 | 25 | 121 | 63 |
| Binary | 11100111 | 1100100 | 11101 | 0 | 111001 | 1010111 | 1001 | 10101 | 1010001 | 110011 |
Color Harmonies of #E7641D
Complementary color
Monochromatic Colors of #E7641D
Black with #E7641D
Text Example
Text Example
White with #E7641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7641D; }
p { color: rgb(231,100,29); }
H1.HeaderClassName
{
color: #E7641D;
}
.AnyTagClassName
{
color: #E7641D;
}
</style>
background-color css
<style>
a { background-color: #E7641D; }
a { background-color: rgb(231,100,29); }
div.DivClassName
{
background-color: #E7641D;
}
.BgClassName
{
background-color: #E7641D;
}
</style>
border-color css
<style>
span { border-color: #E7641D; }
span { border-color: rgb(231,100,29); }
td.TdClassName
{
border-color: #E7641D;
}
.TagClassName
{
border-color: #E7641D;
}
</style>