Shades of Casablanca #ECAC4B
Tints of Casablanca #ECAC4B
RGB
CMYK
RGB Variations
Color information
#ECAC4B (or 0xECAC4B) is known color: Casablanca. HEX triplet: EC, AC and 4B. RGB value is (236,172,75). Sum of RGB (Red+Green+Blue) = 236+172+75=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC4B is #1353B4. Grayscale: #B4B4B4. Windows color (decimal): -1266613 or 4959468. OLE color: 4959468.
HSL color Cylindrical-coordinate representation of color #ECAC4B: hue angle of 36.15º 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 #ECAC4B is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 75 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.07 |
| HSL | 36.15º | 0.81% | 0.61% | - |
| HSV(B) | 36.15º | 0.68% | 0.93% | - |
| XYZ | 50.61 | 47.85 | 13.22 | - |
| YUV | 180.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 75 | 0 | 0.27 | 0.68 | 0.07 | 36.15 | 0.81 | 0.61 |
| Hex | EC | AC | 4B | 0 | 1B | 44 | 7 | 24 | 51 | 3D |
| Octal | 354 | 254 | 113 | 0 | 33 | 104 | 7 | 44 | 121 | 75 |
| Binary | 11101100 | 10101100 | 1001011 | 0 | 11011 | 1000100 | 111 | 100100 | 1010001 | 111101 |
Color Harmonies of #ECAC4B
Complementary color
Monochromatic Colors of #ECAC4B
Black with #ECAC4B
Text Example
Text Example
White with #ECAC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC4B; }
p { color: rgb(236,172,75); }
H1.HeaderClassName
{
color: #ECAC4B;
}
.AnyTagClassName
{
color: #ECAC4B;
}
</style>
background-color css
<style>
a { background-color: #ECAC4B; }
a { background-color: rgb(236,172,75); }
div.DivClassName
{
background-color: #ECAC4B;
}
.BgClassName
{
background-color: #ECAC4B;
}
</style>
border-color css
<style>
span { border-color: #ECAC4B; }
span { border-color: rgb(236,172,75); }
td.TdClassName
{
border-color: #ECAC4B;
}
.TagClassName
{
border-color: #ECAC4B;
}
</style>