Shades of Casablanca #ECAA5A
Tints of Casablanca #ECAA5A
RGB
CMYK
RGB Variations
Color information
#ECAA5A (or 0xECAA5A) is known color: Casablanca. HEX triplet: EC, AA and 5A. RGB value is (236,170,90). Sum of RGB (Red+Green+Blue) = 236+170+90=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA5A is #1355A5. Grayscale: #B5B5B5. Windows color (decimal): -1267110 or 5941996. OLE color: 5941996.
HSL color Cylindrical-coordinate representation of color #ECAA5A: hue angle of 32.88º 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 #ECAA5A is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 90 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.07 |
| HSL | 32.88º | 0.79% | 0.64% | - |
| HSV(B) | 32.88º | 0.62% | 0.93% | - |
| XYZ | 50.81 | 47.32 | 16.13 | - |
| YUV | 180.61 | 76.87 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 90 | 0 | 0.28 | 0.62 | 0.07 | 32.88 | 0.79 | 0.64 |
| Hex | EC | AA | 5A | 0 | 1C | 3E | 7 | 21 | 4F | 40 |
| Octal | 354 | 252 | 132 | 0 | 34 | 76 | 7 | 41 | 117 | 100 |
| Binary | 11101100 | 10101010 | 1011010 | 0 | 11100 | 111110 | 111 | 100001 | 1001111 | 1000000 |
Color Harmonies of #ECAA5A
Complementary color
Monochromatic Colors of #ECAA5A
Black with #ECAA5A
Text Example
Text Example
White with #ECAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA5A; }
p { color: rgb(236,170,90); }
H1.HeaderClassName
{
color: #ECAA5A;
}
.AnyTagClassName
{
color: #ECAA5A;
}
</style>
background-color css
<style>
a { background-color: #ECAA5A; }
a { background-color: rgb(236,170,90); }
div.DivClassName
{
background-color: #ECAA5A;
}
.BgClassName
{
background-color: #ECAA5A;
}
</style>
border-color css
<style>
span { border-color: #ECAA5A; }
span { border-color: rgb(236,170,90); }
td.TdClassName
{
border-color: #ECAA5A;
}
.TagClassName
{
border-color: #ECAA5A;
}
</style>