Shades of Chocolate #E6581B
Tints of Chocolate #E6581B
RGB
CMYK
RGB Variations
Color information
#E6581B (or 0xE6581B) is known color: Chocolate. HEX triplet: E6, 58 and 1B. RGB value is (230,88,27). Sum of RGB (Red+Green+Blue) = 230+88+27=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6581B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6581B is #19A7E4. Grayscale: #7B7B7B. Windows color (decimal): -1681381 or 1792230. OLE color: 1792230.
HSL color Cylindrical-coordinate representation of color #E6581B: hue angle of 18.03º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6581B is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 27 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.10 |
| HSL | 18.03º | 0.8% | 0.5% | - |
| HSV(B) | 18.03º | 0.88% | 0.9% | - |
| XYZ | 36.32 | 23.88 | 3.73 | - |
| YUV | 123.5 | 73.54 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 27 | 0 | 0.62 | 0.88 | 0.10 | 18.03 | 0.8 | 0.5 |
| Hex | E6 | 58 | 1B | 0 | 3E | 58 | A | 12 | 50 | 32 |
| Octal | 346 | 130 | 33 | 0 | 76 | 130 | 12 | 22 | 120 | 62 |
| Binary | 11100110 | 1011000 | 11011 | 0 | 111110 | 1011000 | 1010 | 10010 | 1010000 | 110010 |
Color Harmonies of #E6581B
Complementary color
Monochromatic Colors of #E6581B
Black with #E6581B
Text Example
Text Example
White with #E6581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6581B; }
p { color: rgb(230,88,27); }
H1.HeaderClassName
{
color: #E6581B;
}
.AnyTagClassName
{
color: #E6581B;
}
</style>
background-color css
<style>
a { background-color: #E6581B; }
a { background-color: rgb(230,88,27); }
div.DivClassName
{
background-color: #E6581B;
}
.BgClassName
{
background-color: #E6581B;
}
</style>
border-color css
<style>
span { border-color: #E6581B; }
span { border-color: rgb(230,88,27); }
td.TdClassName
{
border-color: #E6581B;
}
.TagClassName
{
border-color: #E6581B;
}
</style>