Shades of Ecstasy #CE6240
Tints of Ecstasy #CE6240
RGB
CMYK
RGB Variations
Color information
#CE6240 (or 0xCE6240) is known color: Ecstasy. HEX triplet: CE, 62 and 40. RGB value is (206,98,64). Sum of RGB (Red+Green+Blue) = 206+98+64=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6240 is #319DBF. Grayscale: #7E7E7E. Windows color (decimal): -3251648 or 4219598. OLE color: 4219598.
HSL color Cylindrical-coordinate representation of color #CE6240: hue angle of 14.37º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE6240 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 64 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.19 |
| HSL | 14.37º | 0.59% | 0.53% | - |
| HSV(B) | 14.37º | 0.69% | 0.81% | - |
| XYZ | 30.75 | 22.23 | 7.52 | - |
| YUV | 126.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 64 | 0 | 0.52 | 0.69 | 0.19 | 14.37 | 0.59 | 0.53 |
| Hex | CE | 62 | 40 | 0 | 34 | 45 | 13 | E | 3B | 35 |
| Octal | 316 | 142 | 100 | 0 | 64 | 105 | 23 | 16 | 73 | 65 |
| Binary | 11001110 | 1100010 | 1000000 | 0 | 110100 | 1000101 | 10011 | 1110 | 111011 | 110101 |
Color Harmonies of #CE6240
Complementary color
Monochromatic Colors of #CE6240
Black with #CE6240
Text Example
Text Example
White with #CE6240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6240; }
p { color: rgb(206,98,64); }
H1.HeaderClassName
{
color: #CE6240;
}
.AnyTagClassName
{
color: #CE6240;
}
</style>
background-color css
<style>
a { background-color: #CE6240; }
a { background-color: rgb(206,98,64); }
div.DivClassName
{
background-color: #CE6240;
}
.BgClassName
{
background-color: #CE6240;
}
</style>
border-color css
<style>
span { border-color: #CE6240; }
span { border-color: rgb(206,98,64); }
td.TdClassName
{
border-color: #CE6240;
}
.TagClassName
{
border-color: #CE6240;
}
</style>