Shades of Ecstasy #CE6B3E
Tints of Ecstasy #CE6B3E
RGB
CMYK
RGB Variations
Color information
#CE6B3E (or 0xCE6B3E) is known color: Ecstasy. HEX triplet: CE, 6B and 3E. RGB value is (206,107,62). Sum of RGB (Red+Green+Blue) = 206+107+62=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B3E is #3194C1. Grayscale: #838383. Windows color (decimal): -3249346 or 4090830. OLE color: 4090830.
HSL color Cylindrical-coordinate representation of color #CE6B3E: hue angle of 18.75º 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 #CE6B3E is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 62 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.19 |
| HSL | 18.75º | 0.6% | 0.53% | - |
| HSV(B) | 18.75º | 0.7% | 0.81% | - |
| XYZ | 31.58 | 23.99 | 7.52 | - |
| YUV | 131.47 | 88.8 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 62 | 0 | 0.48 | 0.70 | 0.19 | 18.75 | 0.6 | 0.53 |
| Hex | CE | 6B | 3E | 0 | 30 | 46 | 13 | 13 | 3C | 35 |
| Octal | 316 | 153 | 76 | 0 | 60 | 106 | 23 | 23 | 74 | 65 |
| Binary | 11001110 | 1101011 | 111110 | 0 | 110000 | 1000110 | 10011 | 10011 | 111100 | 110101 |
Color Harmonies of #CE6B3E
Complementary color
Monochromatic Colors of #CE6B3E
Black with #CE6B3E
Text Example
Text Example
White with #CE6B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B3E; }
p { color: rgb(206,107,62); }
H1.HeaderClassName
{
color: #CE6B3E;
}
.AnyTagClassName
{
color: #CE6B3E;
}
</style>
background-color css
<style>
a { background-color: #CE6B3E; }
a { background-color: rgb(206,107,62); }
div.DivClassName
{
background-color: #CE6B3E;
}
.BgClassName
{
background-color: #CE6B3E;
}
</style>
border-color css
<style>
span { border-color: #CE6B3E; }
span { border-color: rgb(206,107,62); }
td.TdClassName
{
border-color: #CE6B3E;
}
.TagClassName
{
border-color: #CE6B3E;
}
</style>