Shades of Chocolate #E65C21
Tints of Chocolate #E65C21
RGB
CMYK
RGB Variations
Color information
#E65C21 (or 0xE65C21) is known color: Chocolate. HEX triplet: E6, 5C and 21. RGB value is (230,92,33). Sum of RGB (Red+Green+Blue) = 230+92+33=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65C21 is #19A3DE. Grayscale: #7E7E7E. Windows color (decimal): -1680351 or 2186470. OLE color: 2186470.
HSL color Cylindrical-coordinate representation of color #E65C21: hue angle of 17.97º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E65C21 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 33 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.10 |
| HSL | 17.97º | 0.8% | 0.52% | - |
| HSV(B) | 17.97º | 0.86% | 0.9% | - |
| XYZ | 36.73 | 24.59 | 4.25 | - |
| YUV | 126.54 | 75.22 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 33 | 0 | 0.60 | 0.86 | 0.10 | 17.97 | 0.8 | 0.52 |
| Hex | E6 | 5C | 21 | 0 | 3C | 56 | A | 12 | 50 | 34 |
| Octal | 346 | 134 | 41 | 0 | 74 | 126 | 12 | 22 | 120 | 64 |
| Binary | 11100110 | 1011100 | 100001 | 0 | 111100 | 1010110 | 1010 | 10010 | 1010000 | 110100 |
Color Harmonies of #E65C21
Complementary color
Monochromatic Colors of #E65C21
Black with #E65C21
Text Example
Text Example
White with #E65C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C21; }
p { color: rgb(230,92,33); }
H1.HeaderClassName
{
color: #E65C21;
}
.AnyTagClassName
{
color: #E65C21;
}
</style>
background-color css
<style>
a { background-color: #E65C21; }
a { background-color: rgb(230,92,33); }
div.DivClassName
{
background-color: #E65C21;
}
.BgClassName
{
background-color: #E65C21;
}
</style>
border-color css
<style>
span { border-color: #E65C21; }
span { border-color: rgb(230,92,33); }
td.TdClassName
{
border-color: #E65C21;
}
.TagClassName
{
border-color: #E65C21;
}
</style>