Shades of Casablanca #ECA858
Tints of Casablanca #ECA858
RGB
CMYK
RGB Variations
Color information
#ECA858 (or 0xECA858) is known color: Casablanca. HEX triplet: EC, A8 and 58. RGB value is (236,168,88). Sum of RGB (Red+Green+Blue) = 236+168+88=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA858 is #1357A7. Grayscale: #B3B3B3. Windows color (decimal): -1267624 or 5810412. OLE color: 5810412.
HSL color Cylindrical-coordinate representation of color #ECA858: hue angle of 32.43º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECA858 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 88 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.07 |
| HSL | 32.43º | 0.8% | 0.64% | - |
| HSV(B) | 32.43º | 0.63% | 0.93% | - |
| XYZ | 50.36 | 46.54 | 15.56 | - |
| YUV | 179.21 | 76.53 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 88 | 0 | 0.29 | 0.63 | 0.07 | 32.43 | 0.8 | 0.64 |
| Hex | EC | A8 | 58 | 0 | 1D | 3F | 7 | 20 | 50 | 40 |
| Octal | 354 | 250 | 130 | 0 | 35 | 77 | 7 | 40 | 120 | 100 |
| Binary | 11101100 | 10101000 | 1011000 | 0 | 11101 | 111111 | 111 | 100000 | 1010000 | 1000000 |
Color Harmonies of #ECA858
Complementary color
Monochromatic Colors of #ECA858
Black with #ECA858
Text Example
Text Example
White with #ECA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA858; }
p { color: rgb(236,168,88); }
H1.HeaderClassName
{
color: #ECA858;
}
.AnyTagClassName
{
color: #ECA858;
}
</style>
background-color css
<style>
a { background-color: #ECA858; }
a { background-color: rgb(236,168,88); }
div.DivClassName
{
background-color: #ECA858;
}
.BgClassName
{
background-color: #ECA858;
}
</style>
border-color css
<style>
span { border-color: #ECA858; }
span { border-color: rgb(236,168,88); }
td.TdClassName
{
border-color: #ECA858;
}
.TagClassName
{
border-color: #ECA858;
}
</style>