Shades of Casablanca #ECAB5B
Tints of Casablanca #ECAB5B
RGB
CMYK
RGB Variations
Color information
#ECAB5B (or 0xECAB5B) is known color: Casablanca. HEX triplet: EC, AB and 5B. RGB value is (236,171,91). Sum of RGB (Red+Green+Blue) = 236+171+91=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB5B is #1354A4. Grayscale: #B5B5B5. Windows color (decimal): -1266853 or 6007788. OLE color: 6007788.
HSL color Cylindrical-coordinate representation of color #ECAB5B: hue angle of 33.1º 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 #ECAB5B is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 91 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.07 |
| HSL | 33.1º | 0.79% | 0.64% | - |
| HSV(B) | 33.1º | 0.61% | 0.93% | - |
| XYZ | 51.04 | 47.71 | 16.42 | - |
| YUV | 181.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 91 | 0 | 0.28 | 0.61 | 0.07 | 33.1 | 0.79 | 0.64 |
| Hex | EC | AB | 5B | 0 | 1C | 3D | 7 | 21 | 4F | 40 |
| Octal | 354 | 253 | 133 | 0 | 34 | 75 | 7 | 41 | 117 | 100 |
| Binary | 11101100 | 10101011 | 1011011 | 0 | 11100 | 111101 | 111 | 100001 | 1001111 | 1000000 |
Color Harmonies of #ECAB5B
Complementary color
Monochromatic Colors of #ECAB5B
Black with #ECAB5B
Text Example
Text Example
White with #ECAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB5B; }
p { color: rgb(236,171,91); }
H1.HeaderClassName
{
color: #ECAB5B;
}
.AnyTagClassName
{
color: #ECAB5B;
}
</style>
background-color css
<style>
a { background-color: #ECAB5B; }
a { background-color: rgb(236,171,91); }
div.DivClassName
{
background-color: #ECAB5B;
}
.BgClassName
{
background-color: #ECAB5B;
}
</style>
border-color css
<style>
span { border-color: #ECAB5B; }
span { border-color: rgb(236,171,91); }
td.TdClassName
{
border-color: #ECAB5B;
}
.TagClassName
{
border-color: #ECAB5B;
}
</style>