Shades of Casablanca #ECB456
Tints of Casablanca #ECB456
RGB
CMYK
RGB Variations
Color information
#ECB456 (or 0xECB456) is known color: Casablanca. HEX triplet: EC, B4 and 56. RGB value is (236,180,86). Sum of RGB (Red+Green+Blue) = 236+180+86=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB456 is #134BA9. Grayscale: #BABABA. Windows color (decimal): -1264554 or 5682412. OLE color: 5682412.
HSL color Cylindrical-coordinate representation of color #ECB456: hue angle of 37.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECB456 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 86 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.07 |
| HSL | 37.6º | 0.8% | 0.63% | - |
| HSV(B) | 37.6º | 0.64% | 0.93% | - |
| XYZ | 52.59 | 51.15 | 15.9 | - |
| YUV | 186.03 | 71.55 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 86 | 0 | 0.24 | 0.64 | 0.07 | 37.6 | 0.8 | 0.63 |
| Hex | EC | B4 | 56 | 0 | 18 | 40 | 7 | 26 | 50 | 3F |
| Octal | 354 | 264 | 126 | 0 | 30 | 100 | 7 | 46 | 120 | 77 |
| Binary | 11101100 | 10110100 | 1010110 | 0 | 11000 | 1000000 | 111 | 100110 | 1010000 | 111111 |
Color Harmonies of #ECB456
Complementary color
Monochromatic Colors of #ECB456
Black with #ECB456
Text Example
Text Example
White with #ECB456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB456; }
p { color: rgb(236,180,86); }
H1.HeaderClassName
{
color: #ECB456;
}
.AnyTagClassName
{
color: #ECB456;
}
</style>
background-color css
<style>
a { background-color: #ECB456; }
a { background-color: rgb(236,180,86); }
div.DivClassName
{
background-color: #ECB456;
}
.BgClassName
{
background-color: #ECB456;
}
</style>
border-color css
<style>
span { border-color: #ECB456; }
span { border-color: rgb(236,180,86); }
td.TdClassName
{
border-color: #ECB456;
}
.TagClassName
{
border-color: #ECB456;
}
</style>