Shades of Casablanca #ECA64C
Tints of Casablanca #ECA64C
RGB
CMYK
RGB Variations
Color information
#ECA64C (or 0xECA64C) is known color: Casablanca. HEX triplet: EC, A6 and 4C. RGB value is (236,166,76). Sum of RGB (Red+Green+Blue) = 236+166+76=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA64C is #1359B3. Grayscale: #B1B1B1. Windows color (decimal): -1268148 or 5023468. OLE color: 5023468.
HSL color Cylindrical-coordinate representation of color #ECA64C: hue angle of 33.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 #ECA64C is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 76 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.07 |
| HSL | 33.75º | 0.81% | 0.61% | - |
| HSV(B) | 33.75º | 0.68% | 0.93% | - |
| XYZ | 49.53 | 45.63 | 13.03 | - |
| YUV | 176.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 76 | 0 | 0.30 | 0.68 | 0.07 | 33.75 | 0.81 | 0.61 |
| Hex | EC | A6 | 4C | 0 | 1E | 44 | 7 | 22 | 51 | 3D |
| Octal | 354 | 246 | 114 | 0 | 36 | 104 | 7 | 42 | 121 | 75 |
| Binary | 11101100 | 10100110 | 1001100 | 0 | 11110 | 1000100 | 111 | 100010 | 1010001 | 111101 |
Color Harmonies of #ECA64C
Complementary color
Monochromatic Colors of #ECA64C
Black with #ECA64C
Text Example
Text Example
White with #ECA64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA64C; }
p { color: rgb(236,166,76); }
H1.HeaderClassName
{
color: #ECA64C;
}
.AnyTagClassName
{
color: #ECA64C;
}
</style>
background-color css
<style>
a { background-color: #ECA64C; }
a { background-color: rgb(236,166,76); }
div.DivClassName
{
background-color: #ECA64C;
}
.BgClassName
{
background-color: #ECA64C;
}
</style>
border-color css
<style>
span { border-color: #ECA64C; }
span { border-color: rgb(236,166,76); }
td.TdClassName
{
border-color: #ECA64C;
}
.TagClassName
{
border-color: #ECA64C;
}
</style>