Shades of Ecstasy #CE6435
Tints of Ecstasy #CE6435
RGB
CMYK
RGB Variations
Color information
#CE6435 (or 0xCE6435) is known color: Ecstasy. HEX triplet: CE, 64 and 35. RGB value is (206,100,53). Sum of RGB (Red+Green+Blue) = 206+100+53=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6435 is #319BCA. Grayscale: #7E7E7E. Windows color (decimal): -3251147 or 3499214. OLE color: 3499214.
HSL color Cylindrical-coordinate representation of color #CE6435: hue angle of 18.43º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE6435 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 53 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.19 |
| HSL | 18.43º | 0.61% | 0.51% | - |
| HSV(B) | 18.43º | 0.74% | 0.81% | - |
| XYZ | 30.65 | 22.49 | 6.09 | - |
| YUV | 126.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 53 | 0 | 0.51 | 0.74 | 0.19 | 18.43 | 0.61 | 0.51 |
| Hex | CE | 64 | 35 | 0 | 33 | 4A | 13 | 12 | 3D | 33 |
| Octal | 316 | 144 | 65 | 0 | 63 | 112 | 23 | 22 | 75 | 63 |
| Binary | 11001110 | 1100100 | 110101 | 0 | 110011 | 1001010 | 10011 | 10010 | 111101 | 110011 |
Color Harmonies of #CE6435
Complementary color
Monochromatic Colors of #CE6435
Black with #CE6435
Text Example
Text Example
White with #CE6435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6435; }
p { color: rgb(206,100,53); }
H1.HeaderClassName
{
color: #CE6435;
}
.AnyTagClassName
{
color: #CE6435;
}
</style>
background-color css
<style>
a { background-color: #CE6435; }
a { background-color: rgb(206,100,53); }
div.DivClassName
{
background-color: #CE6435;
}
.BgClassName
{
background-color: #CE6435;
}
</style>
border-color css
<style>
span { border-color: #CE6435; }
span { border-color: rgb(206,100,53); }
td.TdClassName
{
border-color: #CE6435;
}
.TagClassName
{
border-color: #CE6435;
}
</style>