Shades of Casablanca #ECAB5A
Tints of Casablanca #ECAB5A
RGB
CMYK
RGB Variations
Color information
#ECAB5A (or 0xECAB5A) is known color: Casablanca. HEX triplet: EC, AB and 5A. RGB value is (236,171,90). Sum of RGB (Red+Green+Blue) = 236+171+90=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB5A is #1354A5. Grayscale: #B5B5B5. Windows color (decimal): -1266854 or 5942252. OLE color: 5942252.
HSL color Cylindrical-coordinate representation of color #ECAB5A: hue angle of 33.29º 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 #ECAB5A is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 90 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.07 |
| HSL | 33.29º | 0.79% | 0.64% | - |
| HSV(B) | 33.29º | 0.62% | 0.93% | - |
| XYZ | 51 | 47.7 | 16.19 | - |
| YUV | 181.2 | 76.53 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 90 | 0 | 0.28 | 0.62 | 0.07 | 33.29 | 0.79 | 0.64 |
| Hex | EC | AB | 5A | 0 | 1C | 3E | 7 | 21 | 4F | 40 |
| Octal | 354 | 253 | 132 | 0 | 34 | 76 | 7 | 41 | 117 | 100 |
| Binary | 11101100 | 10101011 | 1011010 | 0 | 11100 | 111110 | 111 | 100001 | 1001111 | 1000000 |
Color Harmonies of #ECAB5A
Complementary color
Monochromatic Colors of #ECAB5A
Black with #ECAB5A
Text Example
Text Example
White with #ECAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB5A; }
p { color: rgb(236,171,90); }
H1.HeaderClassName
{
color: #ECAB5A;
}
.AnyTagClassName
{
color: #ECAB5A;
}
</style>
background-color css
<style>
a { background-color: #ECAB5A; }
a { background-color: rgb(236,171,90); }
div.DivClassName
{
background-color: #ECAB5A;
}
.BgClassName
{
background-color: #ECAB5A;
}
</style>
border-color css
<style>
span { border-color: #ECAB5A; }
span { border-color: rgb(236,171,90); }
td.TdClassName
{
border-color: #ECAB5A;
}
.TagClassName
{
border-color: #ECAB5A;
}
</style>