Shades of Casablanca #ECB150
Tints of Casablanca #ECB150
RGB
CMYK
RGB Variations
Color information
#ECB150 (or 0xECB150) is known color: Casablanca. HEX triplet: EC, B1 and 50. RGB value is (236,177,80). Sum of RGB (Red+Green+Blue) = 236+177+80=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB150 is #134EAF. Grayscale: #B8B8B8. Windows color (decimal): -1265328 or 5288428. OLE color: 5288428.
HSL color Cylindrical-coordinate representation of color #ECB150: hue angle of 37.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECB150 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 80 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.07 |
| HSL | 37.31º | 0.8% | 0.62% | - |
| HSV(B) | 37.31º | 0.66% | 0.93% | - |
| XYZ | 51.76 | 49.86 | 14.48 | - |
| YUV | 183.58 | 69.55 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 80 | 0 | 0.25 | 0.66 | 0.07 | 37.31 | 0.8 | 0.62 |
| Hex | EC | B1 | 50 | 0 | 19 | 42 | 7 | 25 | 50 | 3E |
| Octal | 354 | 261 | 120 | 0 | 31 | 102 | 7 | 45 | 120 | 76 |
| Binary | 11101100 | 10110001 | 1010000 | 0 | 11001 | 1000010 | 111 | 100101 | 1010000 | 111110 |
Color Harmonies of #ECB150
Complementary color
Monochromatic Colors of #ECB150
Black with #ECB150
Text Example
Text Example
White with #ECB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB150; }
p { color: rgb(236,177,80); }
H1.HeaderClassName
{
color: #ECB150;
}
.AnyTagClassName
{
color: #ECB150;
}
</style>
background-color css
<style>
a { background-color: #ECB150; }
a { background-color: rgb(236,177,80); }
div.DivClassName
{
background-color: #ECB150;
}
.BgClassName
{
background-color: #ECB150;
}
</style>
border-color css
<style>
span { border-color: #ECB150; }
span { border-color: rgb(236,177,80); }
td.TdClassName
{
border-color: #ECB150;
}
.TagClassName
{
border-color: #ECB150;
}
</style>