Shades of Chocolate #EC611B
Tints of Chocolate #EC611B
RGB
CMYK
RGB Variations
Color information
#EC611B (or 0xEC611B) is known color: Chocolate. HEX triplet: EC, 61 and 1B. RGB value is (236,97,27). Sum of RGB (Red+Green+Blue) = 236+97+27=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC611B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC611B is #139EE4. Grayscale: #838383. Windows color (decimal): -1285861 or 1794540. OLE color: 1794540.
HSL color Cylindrical-coordinate representation of color #EC611B: hue angle of 20.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC611B is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 27 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.07 |
| HSL | 20.1º | 0.85% | 0.52% | - |
| HSV(B) | 20.1º | 0.89% | 0.93% | - |
| XYZ | 39.06 | 26.46 | 4.09 | - |
| YUV | 130.58 | 69.55 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 27 | 0 | 0.59 | 0.89 | 0.07 | 20.1 | 0.85 | 0.52 |
| Hex | EC | 61 | 1B | 0 | 3B | 59 | 7 | 14 | 55 | 34 |
| Octal | 354 | 141 | 33 | 0 | 73 | 131 | 7 | 24 | 125 | 64 |
| Binary | 11101100 | 1100001 | 11011 | 0 | 111011 | 1011001 | 111 | 10100 | 1010101 | 110100 |
Color Harmonies of #EC611B
Complementary color
Monochromatic Colors of #EC611B
Black with #EC611B
Text Example
Text Example
White with #EC611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC611B; }
p { color: rgb(236,97,27); }
H1.HeaderClassName
{
color: #EC611B;
}
.AnyTagClassName
{
color: #EC611B;
}
</style>
background-color css
<style>
a { background-color: #EC611B; }
a { background-color: rgb(236,97,27); }
div.DivClassName
{
background-color: #EC611B;
}
.BgClassName
{
background-color: #EC611B;
}
</style>
border-color css
<style>
span { border-color: #EC611B; }
span { border-color: rgb(236,97,27); }
td.TdClassName
{
border-color: #EC611B;
}
.TagClassName
{
border-color: #EC611B;
}
</style>