Shades of Casablanca #ECAE4C
Tints of Casablanca #ECAE4C
RGB
CMYK
RGB Variations
Color information
#ECAE4C (or 0xECAE4C) is known color: Casablanca. HEX triplet: EC, AE and 4C. RGB value is (236,174,76). Sum of RGB (Red+Green+Blue) = 236+174+76=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE4C is #1351B3. Grayscale: #B5B5B5. Windows color (decimal): -1266100 or 5025516. OLE color: 5025516.
HSL color Cylindrical-coordinate representation of color #ECAE4C: hue angle of 36.75º 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 #ECAE4C is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 76 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.07 |
| HSL | 36.75º | 0.81% | 0.61% | - |
| HSV(B) | 36.75º | 0.68% | 0.93% | - |
| XYZ | 51.03 | 48.63 | 13.53 | - |
| YUV | 181.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 76 | 0 | 0.26 | 0.68 | 0.07 | 36.75 | 0.81 | 0.61 |
| Hex | EC | AE | 4C | 0 | 1A | 44 | 7 | 25 | 51 | 3D |
| Octal | 354 | 256 | 114 | 0 | 32 | 104 | 7 | 45 | 121 | 75 |
| Binary | 11101100 | 10101110 | 1001100 | 0 | 11010 | 1000100 | 111 | 100101 | 1010001 | 111101 |
Color Harmonies of #ECAE4C
Complementary color
Monochromatic Colors of #ECAE4C
Black with #ECAE4C
Text Example
Text Example
White with #ECAE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE4C; }
p { color: rgb(236,174,76); }
H1.HeaderClassName
{
color: #ECAE4C;
}
.AnyTagClassName
{
color: #ECAE4C;
}
</style>
background-color css
<style>
a { background-color: #ECAE4C; }
a { background-color: rgb(236,174,76); }
div.DivClassName
{
background-color: #ECAE4C;
}
.BgClassName
{
background-color: #ECAE4C;
}
</style>
border-color css
<style>
span { border-color: #ECAE4C; }
span { border-color: rgb(236,174,76); }
td.TdClassName
{
border-color: #ECAE4C;
}
.TagClassName
{
border-color: #ECAE4C;
}
</style>