Shades of Ecstasy #CE6939
Tints of Ecstasy #CE6939
RGB
CMYK
RGB Variations
Color information
#CE6939 (or 0xCE6939) is known color: Ecstasy. HEX triplet: CE, 69 and 39. RGB value is (206,105,57). Sum of RGB (Red+Green+Blue) = 206+105+57=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6939 is #3196C6. Grayscale: #828282. Windows color (decimal): -3249863 or 3762638. OLE color: 3762638.
HSL color Cylindrical-coordinate representation of color #CE6939: hue angle of 19.33º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE6939 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 57 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.19 |
| HSL | 19.33º | 0.6% | 0.52% | - |
| HSV(B) | 19.33º | 0.72% | 0.81% | - |
| XYZ | 31.24 | 23.52 | 6.76 | - |
| YUV | 129.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 57 | 0 | 0.49 | 0.72 | 0.19 | 19.33 | 0.6 | 0.52 |
| Hex | CE | 69 | 39 | 0 | 31 | 48 | 13 | 13 | 3C | 34 |
| Octal | 316 | 151 | 71 | 0 | 61 | 110 | 23 | 23 | 74 | 64 |
| Binary | 11001110 | 1101001 | 111001 | 0 | 110001 | 1001000 | 10011 | 10011 | 111100 | 110100 |
Color Harmonies of #CE6939
Complementary color
Monochromatic Colors of #CE6939
Black with #CE6939
Text Example
Text Example
White with #CE6939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6939; }
p { color: rgb(206,105,57); }
H1.HeaderClassName
{
color: #CE6939;
}
.AnyTagClassName
{
color: #CE6939;
}
</style>
background-color css
<style>
a { background-color: #CE6939; }
a { background-color: rgb(206,105,57); }
div.DivClassName
{
background-color: #CE6939;
}
.BgClassName
{
background-color: #CE6939;
}
</style>
border-color css
<style>
span { border-color: #CE6939; }
span { border-color: rgb(206,105,57); }
td.TdClassName
{
border-color: #CE6939;
}
.TagClassName
{
border-color: #CE6939;
}
</style>