Shades of Chocolate #E65B1B
Tints of Chocolate #E65B1B
RGB
CMYK
RGB Variations
Color information
#E65B1B (or 0xE65B1B) is known color: Chocolate. HEX triplet: E6, 5B and 1B. RGB value is (230,91,27). Sum of RGB (Red+Green+Blue) = 230+91+27=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65B1B is #19A4E4. Grayscale: #7D7D7D. Windows color (decimal): -1680613 or 1792998. OLE color: 1792998.
HSL color Cylindrical-coordinate representation of color #E65B1B: hue angle of 18.92º 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 #E65B1B is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 27 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.10 |
| HSL | 18.92º | 0.8% | 0.5% | - |
| HSV(B) | 18.92º | 0.88% | 0.9% | - |
| XYZ | 36.57 | 24.38 | 3.82 | - |
| YUV | 125.27 | 72.55 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 27 | 0 | 0.60 | 0.88 | 0.10 | 18.92 | 0.8 | 0.5 |
| Hex | E6 | 5B | 1B | 0 | 3C | 58 | A | 13 | 50 | 32 |
| Octal | 346 | 133 | 33 | 0 | 74 | 130 | 12 | 23 | 120 | 62 |
| Binary | 11100110 | 1011011 | 11011 | 0 | 111100 | 1011000 | 1010 | 10011 | 1010000 | 110010 |
Color Harmonies of #E65B1B
Complementary color
Monochromatic Colors of #E65B1B
Black with #E65B1B
Text Example
Text Example
White with #E65B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65B1B; }
p { color: rgb(230,91,27); }
H1.HeaderClassName
{
color: #E65B1B;
}
.AnyTagClassName
{
color: #E65B1B;
}
</style>
background-color css
<style>
a { background-color: #E65B1B; }
a { background-color: rgb(230,91,27); }
div.DivClassName
{
background-color: #E65B1B;
}
.BgClassName
{
background-color: #E65B1B;
}
</style>
border-color css
<style>
span { border-color: #E65B1B; }
span { border-color: rgb(230,91,27); }
td.TdClassName
{
border-color: #E65B1B;
}
.TagClassName
{
border-color: #E65B1B;
}
</style>