Shades of Chocolate #E7671A
Tints of Chocolate #E7671A
RGB
CMYK
RGB Variations
Color information
#E7671A (or 0xE7671A) is known color: Chocolate. HEX triplet: E7, 67 and 1A. RGB value is (231,103,26). Sum of RGB (Red+Green+Blue) = 231+103+26=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7671A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7671A is #1898E5. Grayscale: #848484. Windows color (decimal): -1612006 or 1730535. OLE color: 1730535.
HSL color Cylindrical-coordinate representation of color #E7671A: hue angle of 22.54º 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 #E7671A is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 26 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.09 |
| HSL | 22.54º | 0.81% | 0.5% | - |
| HSV(B) | 22.54º | 0.89% | 0.91% | - |
| XYZ | 37.99 | 26.76 | 4.14 | - |
| YUV | 132.49 | 67.91 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 26 | 0 | 0.55 | 0.89 | 0.09 | 22.54 | 0.81 | 0.5 |
| Hex | E7 | 67 | 1A | 0 | 37 | 59 | 9 | 17 | 51 | 32 |
| Octal | 347 | 147 | 32 | 0 | 67 | 131 | 11 | 27 | 121 | 62 |
| Binary | 11100111 | 1100111 | 11010 | 0 | 110111 | 1011001 | 1001 | 10111 | 1010001 | 110010 |
Color Harmonies of #E7671A
Complementary color
Monochromatic Colors of #E7671A
Black with #E7671A
Text Example
Text Example
White with #E7671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7671A; }
p { color: rgb(231,103,26); }
H1.HeaderClassName
{
color: #E7671A;
}
.AnyTagClassName
{
color: #E7671A;
}
</style>
background-color css
<style>
a { background-color: #E7671A; }
a { background-color: rgb(231,103,26); }
div.DivClassName
{
background-color: #E7671A;
}
.BgClassName
{
background-color: #E7671A;
}
</style>
border-color css
<style>
span { border-color: #E7671A; }
span { border-color: rgb(231,103,26); }
td.TdClassName
{
border-color: #E7671A;
}
.TagClassName
{
border-color: #E7671A;
}
</style>