Shades of Casablanca #ECB14D
Tints of Casablanca #ECB14D
RGB
CMYK
RGB Variations
Color information
#ECB14D (or 0xECB14D) is known color: Casablanca. HEX triplet: EC, B1 and 4D. RGB value is (236,177,77). Sum of RGB (Red+Green+Blue) = 236+177+77=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB14D is #134EB2. Grayscale: #B7B7B7. Windows color (decimal): -1265331 or 5091820. OLE color: 5091820.
HSL color Cylindrical-coordinate representation of color #ECB14D: hue angle of 37.74º 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 #ECB14D is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 77 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.07 |
| HSL | 37.74º | 0.81% | 0.61% | - |
| HSV(B) | 37.74º | 0.67% | 0.93% | - |
| XYZ | 51.65 | 49.81 | 13.91 | - |
| YUV | 183.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 77 | 0 | 0.25 | 0.67 | 0.07 | 37.74 | 0.81 | 0.61 |
| Hex | EC | B1 | 4D | 0 | 19 | 43 | 7 | 26 | 51 | 3D |
| Octal | 354 | 261 | 115 | 0 | 31 | 103 | 7 | 46 | 121 | 75 |
| Binary | 11101100 | 10110001 | 1001101 | 0 | 11001 | 1000011 | 111 | 100110 | 1010001 | 111101 |
Color Harmonies of #ECB14D
Complementary color
Monochromatic Colors of #ECB14D
Black with #ECB14D
Text Example
Text Example
White with #ECB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB14D; }
p { color: rgb(236,177,77); }
H1.HeaderClassName
{
color: #ECB14D;
}
.AnyTagClassName
{
color: #ECB14D;
}
</style>
background-color css
<style>
a { background-color: #ECB14D; }
a { background-color: rgb(236,177,77); }
div.DivClassName
{
background-color: #ECB14D;
}
.BgClassName
{
background-color: #ECB14D;
}
</style>
border-color css
<style>
span { border-color: #ECB14D; }
span { border-color: rgb(236,177,77); }
td.TdClassName
{
border-color: #ECB14D;
}
.TagClassName
{
border-color: #ECB14D;
}
</style>