Shades of Casablanca #ECA54D
Tints of Casablanca #ECA54D
RGB
CMYK
RGB Variations
Color information
#ECA54D (or 0xECA54D) is known color: Casablanca. HEX triplet: EC, A5 and 4D. RGB value is (236,165,77). Sum of RGB (Red+Green+Blue) = 236+165+77=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA54D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA54D is #135AB2. Grayscale: #B0B0B0. Windows color (decimal): -1268403 or 5088748. OLE color: 5088748.
HSL color Cylindrical-coordinate representation of color #ECA54D: hue angle of 33.21º 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 #ECA54D is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 165 | 77 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.07 |
| HSL | 33.21º | 0.81% | 0.61% | - |
| HSV(B) | 33.21º | 0.67% | 0.93% | - |
| XYZ | 49.39 | 45.28 | 13.16 | - |
| YUV | 176.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 165 | 77 | 0 | 0.30 | 0.67 | 0.07 | 33.21 | 0.81 | 0.61 |
| Hex | EC | A5 | 4D | 0 | 1E | 43 | 7 | 21 | 51 | 3D |
| Octal | 354 | 245 | 115 | 0 | 36 | 103 | 7 | 41 | 121 | 75 |
| Binary | 11101100 | 10100101 | 1001101 | 0 | 11110 | 1000011 | 111 | 100001 | 1010001 | 111101 |
Color Harmonies of #ECA54D
Complementary color
Monochromatic Colors of #ECA54D
Black with #ECA54D
Text Example
Text Example
White with #ECA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA54D; }
p { color: rgb(236,165,77); }
H1.HeaderClassName
{
color: #ECA54D;
}
.AnyTagClassName
{
color: #ECA54D;
}
</style>
background-color css
<style>
a { background-color: #ECA54D; }
a { background-color: rgb(236,165,77); }
div.DivClassName
{
background-color: #ECA54D;
}
.BgClassName
{
background-color: #ECA54D;
}
</style>
border-color css
<style>
span { border-color: #ECA54D; }
span { border-color: rgb(236,165,77); }
td.TdClassName
{
border-color: #ECA54D;
}
.TagClassName
{
border-color: #ECA54D;
}
</style>