Shades of Ecstasy #CE6541
Tints of Ecstasy #CE6541
RGB
CMYK
RGB Variations
Color information
#CE6541 (or 0xCE6541) is known color: Ecstasy. HEX triplet: CE, 65 and 41. RGB value is (206,101,65). Sum of RGB (Red+Green+Blue) = 206+101+65=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6541 is #319ABE. Grayscale: #808080. Windows color (decimal): -3250879 or 4285902. OLE color: 4285902.
HSL color Cylindrical-coordinate representation of color #CE6541: hue angle of 15.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE6541 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 65 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.19 |
| HSL | 15.32º | 0.59% | 0.53% | - |
| HSV(B) | 15.32º | 0.68% | 0.81% | - |
| XYZ | 31.06 | 22.81 | 7.77 | - |
| YUV | 128.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 65 | 0 | 0.51 | 0.68 | 0.19 | 15.32 | 0.59 | 0.53 |
| Hex | CE | 65 | 41 | 0 | 33 | 44 | 13 | F | 3B | 35 |
| Octal | 316 | 145 | 101 | 0 | 63 | 104 | 23 | 17 | 73 | 65 |
| Binary | 11001110 | 1100101 | 1000001 | 0 | 110011 | 1000100 | 10011 | 1111 | 111011 | 110101 |
Color Harmonies of #CE6541
Complementary color
Monochromatic Colors of #CE6541
Black with #CE6541
Text Example
Text Example
White with #CE6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6541; }
p { color: rgb(206,101,65); }
H1.HeaderClassName
{
color: #CE6541;
}
.AnyTagClassName
{
color: #CE6541;
}
</style>
background-color css
<style>
a { background-color: #CE6541; }
a { background-color: rgb(206,101,65); }
div.DivClassName
{
background-color: #CE6541;
}
.BgClassName
{
background-color: #CE6541;
}
</style>
border-color css
<style>
span { border-color: #CE6541; }
span { border-color: rgb(206,101,65); }
td.TdClassName
{
border-color: #CE6541;
}
.TagClassName
{
border-color: #CE6541;
}
</style>