Shades of Casablanca #ECAF4C
Tints of Casablanca #ECAF4C
RGB
CMYK
RGB Variations
Color information
#ECAF4C (or 0xECAF4C) is known color: Casablanca. HEX triplet: EC, AF and 4C. RGB value is (236,175,76). Sum of RGB (Red+Green+Blue) = 236+175+76=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF4C is #1350B3. Grayscale: #B6B6B6. Windows color (decimal): -1265844 or 5025772. OLE color: 5025772.
HSL color Cylindrical-coordinate representation of color #ECAF4C: hue angle of 37.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECAF4C is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 76 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.07 |
| HSL | 37.13º | 0.81% | 0.61% | - |
| HSV(B) | 37.13º | 0.68% | 0.93% | - |
| XYZ | 51.23 | 49.01 | 13.6 | - |
| YUV | 181.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 76 | 0 | 0.26 | 0.68 | 0.07 | 37.13 | 0.81 | 0.61 |
| Hex | EC | AF | 4C | 0 | 1A | 44 | 7 | 25 | 51 | 3D |
| Octal | 354 | 257 | 114 | 0 | 32 | 104 | 7 | 45 | 121 | 75 |
| Binary | 11101100 | 10101111 | 1001100 | 0 | 11010 | 1000100 | 111 | 100101 | 1010001 | 111101 |
Color Harmonies of #ECAF4C
Complementary color
Monochromatic Colors of #ECAF4C
Black with #ECAF4C
Text Example
Text Example
White with #ECAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF4C; }
p { color: rgb(236,175,76); }
H1.HeaderClassName
{
color: #ECAF4C;
}
.AnyTagClassName
{
color: #ECAF4C;
}
</style>
background-color css
<style>
a { background-color: #ECAF4C; }
a { background-color: rgb(236,175,76); }
div.DivClassName
{
background-color: #ECAF4C;
}
.BgClassName
{
background-color: #ECAF4C;
}
</style>
border-color css
<style>
span { border-color: #ECAF4C; }
span { border-color: rgb(236,175,76); }
td.TdClassName
{
border-color: #ECAF4C;
}
.TagClassName
{
border-color: #ECAF4C;
}
</style>