Shades of Chocolate #E7671B
Tints of Chocolate #E7671B
RGB
CMYK
RGB Variations
Color information
#E7671B (or 0xE7671B) is known color: Chocolate. HEX triplet: E7, 67 and 1B. RGB value is (231,103,27). Sum of RGB (Red+Green+Blue) = 231+103+27=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E7671B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7671B is #1898E4. Grayscale: #858585. Windows color (decimal): -1612005 or 1796071. OLE color: 1796071.
HSL color Cylindrical-coordinate representation of color #E7671B: hue angle of 22.35º 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 #E7671B is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 27 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.09 |
| HSL | 22.35º | 0.81% | 0.51% | - |
| HSV(B) | 22.35º | 0.88% | 0.91% | - |
| XYZ | 38 | 26.77 | 4.2 | - |
| YUV | 132.61 | 68.41 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 27 | 0 | 0.55 | 0.88 | 0.09 | 22.35 | 0.81 | 0.51 |
| Hex | E7 | 67 | 1B | 0 | 37 | 58 | 9 | 16 | 51 | 33 |
| Octal | 347 | 147 | 33 | 0 | 67 | 130 | 11 | 26 | 121 | 63 |
| Binary | 11100111 | 1100111 | 11011 | 0 | 110111 | 1011000 | 1001 | 10110 | 1010001 | 110011 |
Color Harmonies of #E7671B
Complementary color
Monochromatic Colors of #E7671B
Black with #E7671B
Text Example
Text Example
White with #E7671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7671B; }
p { color: rgb(231,103,27); }
H1.HeaderClassName
{
color: #E7671B;
}
.AnyTagClassName
{
color: #E7671B;
}
</style>
background-color css
<style>
a { background-color: #E7671B; }
a { background-color: rgb(231,103,27); }
div.DivClassName
{
background-color: #E7671B;
}
.BgClassName
{
background-color: #E7671B;
}
</style>
border-color css
<style>
span { border-color: #E7671B; }
span { border-color: rgb(231,103,27); }
td.TdClassName
{
border-color: #E7671B;
}
.TagClassName
{
border-color: #E7671B;
}
</style>