Shades of Ecstasy #CE6340
Tints of Ecstasy #CE6340
RGB
CMYK
RGB Variations
Color information
#CE6340 (or 0xCE6340) is known color: Ecstasy. HEX triplet: CE, 63 and 40. RGB value is (206,99,64). Sum of RGB (Red+Green+Blue) = 206+99+64=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6340 is #319CBF. Grayscale: #7F7F7F. Windows color (decimal): -3251392 or 4219854. OLE color: 4219854.
HSL color Cylindrical-coordinate representation of color #CE6340: hue angle of 14.79º 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 #CE6340 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 64 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.19 |
| HSL | 14.79º | 0.59% | 0.53% | - |
| HSV(B) | 14.79º | 0.69% | 0.81% | - |
| XYZ | 30.84 | 22.42 | 7.55 | - |
| YUV | 127 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 64 | 0 | 0.52 | 0.69 | 0.19 | 14.79 | 0.59 | 0.53 |
| Hex | CE | 63 | 40 | 0 | 34 | 45 | 13 | F | 3B | 35 |
| Octal | 316 | 143 | 100 | 0 | 64 | 105 | 23 | 17 | 73 | 65 |
| Binary | 11001110 | 1100011 | 1000000 | 0 | 110100 | 1000101 | 10011 | 1111 | 111011 | 110101 |
Color Harmonies of #CE6340
Complementary color
Monochromatic Colors of #CE6340
Black with #CE6340
Text Example
Text Example
White with #CE6340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6340; }
p { color: rgb(206,99,64); }
H1.HeaderClassName
{
color: #CE6340;
}
.AnyTagClassName
{
color: #CE6340;
}
</style>
background-color css
<style>
a { background-color: #CE6340; }
a { background-color: rgb(206,99,64); }
div.DivClassName
{
background-color: #CE6340;
}
.BgClassName
{
background-color: #CE6340;
}
</style>
border-color css
<style>
span { border-color: #CE6340; }
span { border-color: rgb(206,99,64); }
td.TdClassName
{
border-color: #CE6340;
}
.TagClassName
{
border-color: #CE6340;
}
</style>