Shades of Ecstasy #CA5E39
Tints of Ecstasy #CA5E39
RGB
CMYK
RGB Variations
Color information
#CA5E39 (or 0xCA5E39) is known color: Ecstasy. HEX triplet: CA, 5E and 39. RGB value is (202,94,57). Sum of RGB (Red+Green+Blue) = 202+94+57=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E39 is #35A1C6. Grayscale: #7A7A7A. Windows color (decimal): -3514823 or 3759818. OLE color: 3759818.
HSL color Cylindrical-coordinate representation of color #CA5E39: hue angle of 15.31º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA5E39 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 57 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.21 |
| HSL | 15.31º | 0.58% | 0.51% | - |
| HSV(B) | 15.31º | 0.72% | 0.79% | - |
| XYZ | 29.1 | 20.86 | 6.36 | - |
| YUV | 122.07 | 91.28 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 57 | 0 | 0.53 | 0.72 | 0.21 | 15.31 | 0.58 | 0.51 |
| Hex | CA | 5E | 39 | 0 | 35 | 48 | 15 | F | 3A | 33 |
| Octal | 312 | 136 | 71 | 0 | 65 | 110 | 25 | 17 | 72 | 63 |
| Binary | 11001010 | 1011110 | 111001 | 0 | 110101 | 1001000 | 10101 | 1111 | 111010 | 110011 |
Color Harmonies of #CA5E39
Complementary color
Monochromatic Colors of #CA5E39
Black with #CA5E39
Text Example
Text Example
White with #CA5E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E39; }
p { color: rgb(202,94,57); }
H1.HeaderClassName
{
color: #CA5E39;
}
.AnyTagClassName
{
color: #CA5E39;
}
</style>
background-color css
<style>
a { background-color: #CA5E39; }
a { background-color: rgb(202,94,57); }
div.DivClassName
{
background-color: #CA5E39;
}
.BgClassName
{
background-color: #CA5E39;
}
</style>
border-color css
<style>
span { border-color: #CA5E39; }
span { border-color: rgb(202,94,57); }
td.TdClassName
{
border-color: #CA5E39;
}
.TagClassName
{
border-color: #CA5E39;
}
</style>