Shades of Casablanca #ECB55C
Tints of Casablanca #ECB55C
RGB
CMYK
RGB Variations
Color information
#ECB55C (or 0xECB55C) is known color: Casablanca. HEX triplet: EC, B5 and 5C. RGB value is (236,181,92). Sum of RGB (Red+Green+Blue) = 236+181+92=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB55C is #134AA3. Grayscale: #BBBBBB. Windows color (decimal): -1264292 or 6075884. OLE color: 6075884.
HSL color Cylindrical-coordinate representation of color #ECB55C: hue angle of 37.08º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECB55C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 92 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.07 |
| HSL | 37.08º | 0.79% | 0.64% | - |
| HSV(B) | 37.08º | 0.61% | 0.93% | - |
| XYZ | 53.05 | 51.65 | 17.3 | - |
| YUV | 187.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 92 | 0 | 0.23 | 0.61 | 0.07 | 37.08 | 0.79 | 0.64 |
| Hex | EC | B5 | 5C | 0 | 17 | 3D | 7 | 25 | 4F | 40 |
| Octal | 354 | 265 | 134 | 0 | 27 | 75 | 7 | 45 | 117 | 100 |
| Binary | 11101100 | 10110101 | 1011100 | 0 | 10111 | 111101 | 111 | 100101 | 1001111 | 1000000 |
Color Harmonies of #ECB55C
Complementary color
Monochromatic Colors of #ECB55C
Black with #ECB55C
Text Example
Text Example
White with #ECB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB55C; }
p { color: rgb(236,181,92); }
H1.HeaderClassName
{
color: #ECB55C;
}
.AnyTagClassName
{
color: #ECB55C;
}
</style>
background-color css
<style>
a { background-color: #ECB55C; }
a { background-color: rgb(236,181,92); }
div.DivClassName
{
background-color: #ECB55C;
}
.BgClassName
{
background-color: #ECB55C;
}
</style>
border-color css
<style>
span { border-color: #ECB55C; }
span { border-color: rgb(236,181,92); }
td.TdClassName
{
border-color: #ECB55C;
}
.TagClassName
{
border-color: #ECB55C;
}
</style>