Shades of Casablanca #ECB55D
Tints of Casablanca #ECB55D
RGB
CMYK
RGB Variations
Color information
#ECB55D (or 0xECB55D) is known color: Casablanca. HEX triplet: EC, B5 and 5D. RGB value is (236,181,93). Sum of RGB (Red+Green+Blue) = 236+181+93=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB55D is #134AA2. Grayscale: #BBBBBB. Windows color (decimal): -1264291 or 6141420. OLE color: 6141420.
HSL color Cylindrical-coordinate representation of color #ECB55D: hue angle of 36.92º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECB55D is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 93 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.07 |
| HSL | 36.92º | 0.79% | 0.65% | - |
| HSV(B) | 36.92º | 0.61% | 0.93% | - |
| XYZ | 53.09 | 51.67 | 17.53 | - |
| YUV | 187.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 93 | 0 | 0.23 | 0.61 | 0.07 | 36.92 | 0.79 | 0.65 |
| Hex | EC | B5 | 5D | 0 | 17 | 3D | 7 | 25 | 4F | 41 |
| Octal | 354 | 265 | 135 | 0 | 27 | 75 | 7 | 45 | 117 | 101 |
| Binary | 11101100 | 10110101 | 1011101 | 0 | 10111 | 111101 | 111 | 100101 | 1001111 | 1000001 |
Color Harmonies of #ECB55D
Complementary color
Monochromatic Colors of #ECB55D
Black with #ECB55D
Text Example
Text Example
White with #ECB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB55D; }
p { color: rgb(236,181,93); }
H1.HeaderClassName
{
color: #ECB55D;
}
.AnyTagClassName
{
color: #ECB55D;
}
</style>
background-color css
<style>
a { background-color: #ECB55D; }
a { background-color: rgb(236,181,93); }
div.DivClassName
{
background-color: #ECB55D;
}
.BgClassName
{
background-color: #ECB55D;
}
</style>
border-color css
<style>
span { border-color: #ECB55D; }
span { border-color: rgb(236,181,93); }
td.TdClassName
{
border-color: #ECB55D;
}
.TagClassName
{
border-color: #ECB55D;
}
</style>