Shades of Casablanca #ECB55B
Tints of Casablanca #ECB55B
RGB
CMYK
RGB Variations
Color information
#ECB55B (or 0xECB55B) is known color: Casablanca. HEX triplet: EC, B5 and 5B. RGB value is (236,181,91). Sum of RGB (Red+Green+Blue) = 236+181+91=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB55B is #134AA4. Grayscale: #BBBBBB. Windows color (decimal): -1264293 or 6010348. OLE color: 6010348.
HSL color Cylindrical-coordinate representation of color #ECB55B: hue angle of 37.24º 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 #ECB55B is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 91 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.07 |
| HSL | 37.24º | 0.79% | 0.64% | - |
| HSV(B) | 37.24º | 0.61% | 0.93% | - |
| XYZ | 53 | 51.64 | 17.07 | - |
| YUV | 187.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 91 | 0 | 0.23 | 0.61 | 0.07 | 37.24 | 0.79 | 0.64 |
| Hex | EC | B5 | 5B | 0 | 17 | 3D | 7 | 25 | 4F | 40 |
| Octal | 354 | 265 | 133 | 0 | 27 | 75 | 7 | 45 | 117 | 100 |
| Binary | 11101100 | 10110101 | 1011011 | 0 | 10111 | 111101 | 111 | 100101 | 1001111 | 1000000 |
Color Harmonies of #ECB55B
Complementary color
Monochromatic Colors of #ECB55B
Black with #ECB55B
Text Example
Text Example
White with #ECB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB55B; }
p { color: rgb(236,181,91); }
H1.HeaderClassName
{
color: #ECB55B;
}
.AnyTagClassName
{
color: #ECB55B;
}
</style>
background-color css
<style>
a { background-color: #ECB55B; }
a { background-color: rgb(236,181,91); }
div.DivClassName
{
background-color: #ECB55B;
}
.BgClassName
{
background-color: #ECB55B;
}
</style>
border-color css
<style>
span { border-color: #ECB55B; }
span { border-color: rgb(236,181,91); }
td.TdClassName
{
border-color: #ECB55B;
}
.TagClassName
{
border-color: #ECB55B;
}
</style>