Shades of Chocolate #E65E1E
Tints of Chocolate #E65E1E
RGB
CMYK
RGB Variations
Color information
#E65E1E (or 0xE65E1E) is known color: Chocolate. HEX triplet: E6, 5E and 1E. RGB value is (230,94,30). Sum of RGB (Red+Green+Blue) = 230+94+30=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65E1E is #19A1E1. Grayscale: #7F7F7F. Windows color (decimal): -1679842 or 1990374. OLE color: 1990374.
HSL color Cylindrical-coordinate representation of color #E65E1E: hue angle of 19.2º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E65E1E is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 30 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.10 |
| HSL | 19.2º | 0.8% | 0.51% | - |
| HSV(B) | 19.2º | 0.87% | 0.9% | - |
| XYZ | 36.87 | 24.92 | 4.1 | - |
| YUV | 127.37 | 73.06 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 30 | 0 | 0.59 | 0.87 | 0.10 | 19.2 | 0.8 | 0.51 |
| Hex | E6 | 5E | 1E | 0 | 3B | 57 | A | 13 | 50 | 33 |
| Octal | 346 | 136 | 36 | 0 | 73 | 127 | 12 | 23 | 120 | 63 |
| Binary | 11100110 | 1011110 | 11110 | 0 | 111011 | 1010111 | 1010 | 10011 | 1010000 | 110011 |
Color Harmonies of #E65E1E
Complementary color
Monochromatic Colors of #E65E1E
Black with #E65E1E
Text Example
Text Example
White with #E65E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E1E; }
p { color: rgb(230,94,30); }
H1.HeaderClassName
{
color: #E65E1E;
}
.AnyTagClassName
{
color: #E65E1E;
}
</style>
background-color css
<style>
a { background-color: #E65E1E; }
a { background-color: rgb(230,94,30); }
div.DivClassName
{
background-color: #E65E1E;
}
.BgClassName
{
background-color: #E65E1E;
}
</style>
border-color css
<style>
span { border-color: #E65E1E; }
span { border-color: rgb(230,94,30); }
td.TdClassName
{
border-color: #E65E1E;
}
.TagClassName
{
border-color: #E65E1E;
}
</style>