Shades of Casablanca #ECA64D
Tints of Casablanca #ECA64D
RGB
CMYK
RGB Variations
Color information
#ECA64D (or 0xECA64D) is known color: Casablanca. HEX triplet: EC, A6 and 4D. RGB value is (236,166,77). Sum of RGB (Red+Green+Blue) = 236+166+77=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA64D is #1359B2. Grayscale: #B1B1B1. Windows color (decimal): -1268147 or 5089004. OLE color: 5089004.
HSL color Cylindrical-coordinate representation of color #ECA64D: hue angle of 33.58º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECA64D is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 77 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.07 |
| HSL | 33.58º | 0.81% | 0.61% | - |
| HSV(B) | 33.58º | 0.67% | 0.93% | - |
| XYZ | 49.57 | 45.64 | 13.22 | - |
| YUV | 176.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 77 | 0 | 0.30 | 0.67 | 0.07 | 33.58 | 0.81 | 0.61 |
| Hex | EC | A6 | 4D | 0 | 1E | 43 | 7 | 22 | 51 | 3D |
| Octal | 354 | 246 | 115 | 0 | 36 | 103 | 7 | 42 | 121 | 75 |
| Binary | 11101100 | 10100110 | 1001101 | 0 | 11110 | 1000011 | 111 | 100010 | 1010001 | 111101 |
Color Harmonies of #ECA64D
Complementary color
Monochromatic Colors of #ECA64D
Black with #ECA64D
Text Example
Text Example
White with #ECA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA64D; }
p { color: rgb(236,166,77); }
H1.HeaderClassName
{
color: #ECA64D;
}
.AnyTagClassName
{
color: #ECA64D;
}
</style>
background-color css
<style>
a { background-color: #ECA64D; }
a { background-color: rgb(236,166,77); }
div.DivClassName
{
background-color: #ECA64D;
}
.BgClassName
{
background-color: #ECA64D;
}
</style>
border-color css
<style>
span { border-color: #ECA64D; }
span { border-color: rgb(236,166,77); }
td.TdClassName
{
border-color: #ECA64D;
}
.TagClassName
{
border-color: #ECA64D;
}
</style>