Shades of Casablanca #ECB55A
Tints of Casablanca #ECB55A
RGB
CMYK
RGB Variations
Color information
#ECB55A (or 0xECB55A) is known color: Casablanca. HEX triplet: EC, B5 and 5A. RGB value is (236,181,90). Sum of RGB (Red+Green+Blue) = 236+181+90=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB55A is #134AA5. Grayscale: #BBBBBB. Windows color (decimal): -1264294 or 5944812. OLE color: 5944812.
HSL color Cylindrical-coordinate representation of color #ECB55A: hue angle of 37.4º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECB55A is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 90 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.07 |
| HSL | 37.4º | 0.79% | 0.64% | - |
| HSV(B) | 37.4º | 0.62% | 0.93% | - |
| XYZ | 52.96 | 51.62 | 16.84 | - |
| YUV | 187.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 90 | 0 | 0.23 | 0.62 | 0.07 | 37.4 | 0.79 | 0.64 |
| Hex | EC | B5 | 5A | 0 | 17 | 3E | 7 | 25 | 4F | 40 |
| Octal | 354 | 265 | 132 | 0 | 27 | 76 | 7 | 45 | 117 | 100 |
| Binary | 11101100 | 10110101 | 1011010 | 0 | 10111 | 111110 | 111 | 100101 | 1001111 | 1000000 |
Color Harmonies of #ECB55A
Complementary color
Monochromatic Colors of #ECB55A
Black with #ECB55A
Text Example
Text Example
White with #ECB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB55A; }
p { color: rgb(236,181,90); }
H1.HeaderClassName
{
color: #ECB55A;
}
.AnyTagClassName
{
color: #ECB55A;
}
</style>
background-color css
<style>
a { background-color: #ECB55A; }
a { background-color: rgb(236,181,90); }
div.DivClassName
{
background-color: #ECB55A;
}
.BgClassName
{
background-color: #ECB55A;
}
</style>
border-color css
<style>
span { border-color: #ECB55A; }
span { border-color: rgb(236,181,90); }
td.TdClassName
{
border-color: #ECB55A;
}
.TagClassName
{
border-color: #ECB55A;
}
</style>