Shades of Ecstasy #CE693E
Tints of Ecstasy #CE693E
RGB
CMYK
RGB Variations
Color information
#CE693E (or 0xCE693E) is known color: Ecstasy. HEX triplet: CE, 69 and 3E. RGB value is (206,105,62). Sum of RGB (Red+Green+Blue) = 206+105+62=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE693E is #3196C1. Grayscale: #828282. Windows color (decimal): -3249858 or 4090318. OLE color: 4090318.
HSL color Cylindrical-coordinate representation of color #CE693E: hue angle of 17.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE693E is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 62 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.19 |
| HSL | 17.92º | 0.6% | 0.53% | - |
| HSV(B) | 17.92º | 0.7% | 0.81% | - |
| XYZ | 31.37 | 23.57 | 7.45 | - |
| YUV | 130.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 62 | 0 | 0.49 | 0.70 | 0.19 | 17.92 | 0.6 | 0.53 |
| Hex | CE | 69 | 3E | 0 | 31 | 46 | 13 | 12 | 3C | 35 |
| Octal | 316 | 151 | 76 | 0 | 61 | 106 | 23 | 22 | 74 | 65 |
| Binary | 11001110 | 1101001 | 111110 | 0 | 110001 | 1000110 | 10011 | 10010 | 111100 | 110101 |
Color Harmonies of #CE693E
Complementary color
Monochromatic Colors of #CE693E
Black with #CE693E
Text Example
Text Example
White with #CE693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE693E; }
p { color: rgb(206,105,62); }
H1.HeaderClassName
{
color: #CE693E;
}
.AnyTagClassName
{
color: #CE693E;
}
</style>
background-color css
<style>
a { background-color: #CE693E; }
a { background-color: rgb(206,105,62); }
div.DivClassName
{
background-color: #CE693E;
}
.BgClassName
{
background-color: #CE693E;
}
</style>
border-color css
<style>
span { border-color: #CE693E; }
span { border-color: rgb(206,105,62); }
td.TdClassName
{
border-color: #CE693E;
}
.TagClassName
{
border-color: #CE693E;
}
</style>