Shades of Casablanca #ECB04C
Tints of Casablanca #ECB04C
RGB
CMYK
RGB Variations
Color information
#ECB04C (or 0xECB04C) is known color: Casablanca. HEX triplet: EC, B0 and 4C. RGB value is (236,176,76). Sum of RGB (Red+Green+Blue) = 236+176+76=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB04C is #134FB3. Grayscale: #B7B7B7. Windows color (decimal): -1265588 or 5026028. OLE color: 5026028.
HSL color Cylindrical-coordinate representation of color #ECB04C: hue angle of 37.5º 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 #ECB04C is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 76 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.07 |
| HSL | 37.5º | 0.81% | 0.61% | - |
| HSV(B) | 37.5º | 0.68% | 0.93% | - |
| XYZ | 51.42 | 49.41 | 13.66 | - |
| YUV | 182.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 76 | 0 | 0.25 | 0.68 | 0.07 | 37.5 | 0.81 | 0.61 |
| Hex | EC | B0 | 4C | 0 | 19 | 44 | 7 | 26 | 51 | 3D |
| Octal | 354 | 260 | 114 | 0 | 31 | 104 | 7 | 46 | 121 | 75 |
| Binary | 11101100 | 10110000 | 1001100 | 0 | 11001 | 1000100 | 111 | 100110 | 1010001 | 111101 |
Color Harmonies of #ECB04C
Complementary color
Monochromatic Colors of #ECB04C
Black with #ECB04C
Text Example
Text Example
White with #ECB04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB04C; }
p { color: rgb(236,176,76); }
H1.HeaderClassName
{
color: #ECB04C;
}
.AnyTagClassName
{
color: #ECB04C;
}
</style>
background-color css
<style>
a { background-color: #ECB04C; }
a { background-color: rgb(236,176,76); }
div.DivClassName
{
background-color: #ECB04C;
}
.BgClassName
{
background-color: #ECB04C;
}
</style>
border-color css
<style>
span { border-color: #ECB04C; }
span { border-color: rgb(236,176,76); }
td.TdClassName
{
border-color: #ECB04C;
}
.TagClassName
{
border-color: #ECB04C;
}
</style>