Shades of Ecstasy #CE693B
Tints of Ecstasy #CE693B
RGB
CMYK
RGB Variations
Color information
#CE693B (or 0xCE693B) is known color: Ecstasy. HEX triplet: CE, 69 and 3B. RGB value is (206,105,59). Sum of RGB (Red+Green+Blue) = 206+105+59=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE693B is #3196C4. Grayscale: #828282. Windows color (decimal): -3249861 or 3893710. OLE color: 3893710.
HSL color Cylindrical-coordinate representation of color #CE693B: hue angle of 18.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE693B is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 59 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.19 |
| HSL | 18.78º | 0.6% | 0.52% | - |
| HSV(B) | 18.78º | 0.71% | 0.81% | - |
| XYZ | 31.29 | 23.54 | 7.03 | - |
| YUV | 129.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 59 | 0 | 0.49 | 0.71 | 0.19 | 18.78 | 0.6 | 0.52 |
| Hex | CE | 69 | 3B | 0 | 31 | 47 | 13 | 13 | 3C | 34 |
| Octal | 316 | 151 | 73 | 0 | 61 | 107 | 23 | 23 | 74 | 64 |
| Binary | 11001110 | 1101001 | 111011 | 0 | 110001 | 1000111 | 10011 | 10011 | 111100 | 110100 |
Color Harmonies of #CE693B
Complementary color
Monochromatic Colors of #CE693B
Black with #CE693B
Text Example
Text Example
White with #CE693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE693B; }
p { color: rgb(206,105,59); }
H1.HeaderClassName
{
color: #CE693B;
}
.AnyTagClassName
{
color: #CE693B;
}
</style>
background-color css
<style>
a { background-color: #CE693B; }
a { background-color: rgb(206,105,59); }
div.DivClassName
{
background-color: #CE693B;
}
.BgClassName
{
background-color: #CE693B;
}
</style>
border-color css
<style>
span { border-color: #CE693B; }
span { border-color: rgb(206,105,59); }
td.TdClassName
{
border-color: #CE693B;
}
.TagClassName
{
border-color: #CE693B;
}
</style>