Shades of Chocolate #E8661B
Tints of Chocolate #E8661B
RGB
CMYK
RGB Variations
Color information
#E8661B (or 0xE8661B) is known color: Chocolate. HEX triplet: E8, 66 and 1B. RGB value is (232,102,27). Sum of RGB (Red+Green+Blue) = 232+102+27=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8661B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8661B is #1799E4. Grayscale: #848484. Windows color (decimal): -1546725 or 1795816. OLE color: 1795816.
HSL color Cylindrical-coordinate representation of color #E8661B: hue angle of 21.95º degrees, saturation: 0.82, 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 #E8661B is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 102 | 27 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.09 |
| HSL | 21.95º | 0.82% | 0.51% | - |
| HSV(B) | 21.95º | 0.88% | 0.91% | - |
| XYZ | 38.23 | 26.74 | 4.18 | - |
| YUV | 132.32 | 68.57 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 102 | 27 | 0 | 0.56 | 0.88 | 0.09 | 21.95 | 0.82 | 0.51 |
| Hex | E8 | 66 | 1B | 0 | 38 | 58 | 9 | 16 | 52 | 33 |
| Octal | 350 | 146 | 33 | 0 | 70 | 130 | 11 | 26 | 122 | 63 |
| Binary | 11101000 | 1100110 | 11011 | 0 | 111000 | 1011000 | 1001 | 10110 | 1010010 | 110011 |
Color Harmonies of #E8661B
Complementary color
Monochromatic Colors of #E8661B
Black with #E8661B
Text Example
Text Example
White with #E8661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8661B; }
p { color: rgb(232,102,27); }
H1.HeaderClassName
{
color: #E8661B;
}
.AnyTagClassName
{
color: #E8661B;
}
</style>
background-color css
<style>
a { background-color: #E8661B; }
a { background-color: rgb(232,102,27); }
div.DivClassName
{
background-color: #E8661B;
}
.BgClassName
{
background-color: #E8661B;
}
</style>
border-color css
<style>
span { border-color: #E8661B; }
span { border-color: rgb(232,102,27); }
td.TdClassName
{
border-color: #E8661B;
}
.TagClassName
{
border-color: #E8661B;
}
</style>