Shades of Casablanca #ECAA4A
Tints of Casablanca #ECAA4A
RGB
CMYK
RGB Variations
Color information
#ECAA4A (or 0xECAA4A) is known color: Casablanca. HEX triplet: EC, AA and 4A. RGB value is (236,170,74). Sum of RGB (Red+Green+Blue) = 236+170+74=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA4A is #1355B5. Grayscale: #B3B3B3. Windows color (decimal): -1267126 or 4893420. OLE color: 4893420.
HSL color Cylindrical-coordinate representation of color #ECAA4A: hue angle of 35.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECAA4A is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 74 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.07 |
| HSL | 35.56º | 0.81% | 0.61% | - |
| HSV(B) | 35.56º | 0.69% | 0.93% | - |
| XYZ | 50.2 | 47.08 | 12.92 | - |
| YUV | 178.79 | 68.87 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 74 | 0 | 0.28 | 0.69 | 0.07 | 35.56 | 0.81 | 0.61 |
| Hex | EC | AA | 4A | 0 | 1C | 45 | 7 | 24 | 51 | 3D |
| Octal | 354 | 252 | 112 | 0 | 34 | 105 | 7 | 44 | 121 | 75 |
| Binary | 11101100 | 10101010 | 1001010 | 0 | 11100 | 1000101 | 111 | 100100 | 1010001 | 111101 |
Color Harmonies of #ECAA4A
Complementary color
Monochromatic Colors of #ECAA4A
Black with #ECAA4A
Text Example
Text Example
White with #ECAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA4A; }
p { color: rgb(236,170,74); }
H1.HeaderClassName
{
color: #ECAA4A;
}
.AnyTagClassName
{
color: #ECAA4A;
}
</style>
background-color css
<style>
a { background-color: #ECAA4A; }
a { background-color: rgb(236,170,74); }
div.DivClassName
{
background-color: #ECAA4A;
}
.BgClassName
{
background-color: #ECAA4A;
}
</style>
border-color css
<style>
span { border-color: #ECAA4A; }
span { border-color: rgb(236,170,74); }
td.TdClassName
{
border-color: #ECAA4A;
}
.TagClassName
{
border-color: #ECAA4A;
}
</style>