Shades of Ecstasy #CE603B
Tints of Ecstasy #CE603B
RGB
CMYK
RGB Variations
Color information
#CE603B (or 0xCE603B) is known color: Ecstasy. HEX triplet: CE, 60 and 3B. RGB value is (206,96,59). Sum of RGB (Red+Green+Blue) = 206+96+59=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE603B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE603B is #319FC4. Grayscale: #7C7C7C. Windows color (decimal): -3252165 or 3891406. OLE color: 3891406.
HSL color Cylindrical-coordinate representation of color #CE603B: hue angle of 15.1º 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 #CE603B is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 59 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.19 |
| HSL | 15.1º | 0.6% | 0.52% | - |
| HSV(B) | 15.1º | 0.71% | 0.81% | - |
| XYZ | 30.43 | 21.8 | 6.74 | - |
| YUV | 124.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 59 | 0 | 0.53 | 0.71 | 0.19 | 15.1 | 0.6 | 0.52 |
| Hex | CE | 60 | 3B | 0 | 35 | 47 | 13 | F | 3C | 34 |
| Octal | 316 | 140 | 73 | 0 | 65 | 107 | 23 | 17 | 74 | 64 |
| Binary | 11001110 | 1100000 | 111011 | 0 | 110101 | 1000111 | 10011 | 1111 | 111100 | 110100 |
Color Harmonies of #CE603B
Complementary color
Monochromatic Colors of #CE603B
Black with #CE603B
Text Example
Text Example
White with #CE603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE603B; }
p { color: rgb(206,96,59); }
H1.HeaderClassName
{
color: #CE603B;
}
.AnyTagClassName
{
color: #CE603B;
}
</style>
background-color css
<style>
a { background-color: #CE603B; }
a { background-color: rgb(206,96,59); }
div.DivClassName
{
background-color: #CE603B;
}
.BgClassName
{
background-color: #CE603B;
}
</style>
border-color css
<style>
span { border-color: #CE603B; }
span { border-color: rgb(206,96,59); }
td.TdClassName
{
border-color: #CE603B;
}
.TagClassName
{
border-color: #CE603B;
}
</style>