Shades of Casablanca #ECAC5D
Tints of Casablanca #ECAC5D
RGB
CMYK
RGB Variations
Color information
#ECAC5D (or 0xECAC5D) is known color: Casablanca. HEX triplet: EC, AC and 5D. RGB value is (236,172,93). Sum of RGB (Red+Green+Blue) = 236+172+93=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC5D is #1353A2. Grayscale: #B6B6B6. Windows color (decimal): -1266595 or 6139116. OLE color: 6139116.
HSL color Cylindrical-coordinate representation of color #ECAC5D: hue angle of 33.15º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECAC5D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 93 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.07 |
| HSL | 33.15º | 0.79% | 0.65% | - |
| HSV(B) | 33.15º | 0.61% | 0.93% | - |
| XYZ | 51.32 | 48.13 | 16.94 | - |
| YUV | 182.13 | 77.7 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 93 | 0 | 0.27 | 0.61 | 0.07 | 33.15 | 0.79 | 0.65 |
| Hex | EC | AC | 5D | 0 | 1B | 3D | 7 | 21 | 4F | 41 |
| Octal | 354 | 254 | 135 | 0 | 33 | 75 | 7 | 41 | 117 | 101 |
| Binary | 11101100 | 10101100 | 1011101 | 0 | 11011 | 111101 | 111 | 100001 | 1001111 | 1000001 |
Color Harmonies of #ECAC5D
Complementary color
Monochromatic Colors of #ECAC5D
Black with #ECAC5D
Text Example
Text Example
White with #ECAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC5D; }
p { color: rgb(236,172,93); }
H1.HeaderClassName
{
color: #ECAC5D;
}
.AnyTagClassName
{
color: #ECAC5D;
}
</style>
background-color css
<style>
a { background-color: #ECAC5D; }
a { background-color: rgb(236,172,93); }
div.DivClassName
{
background-color: #ECAC5D;
}
.BgClassName
{
background-color: #ECAC5D;
}
</style>
border-color css
<style>
span { border-color: #ECAC5D; }
span { border-color: rgb(236,172,93); }
td.TdClassName
{
border-color: #ECAC5D;
}
.TagClassName
{
border-color: #ECAC5D;
}
</style>