Shades of Casablanca #ECB14E
Tints of Casablanca #ECB14E
RGB
CMYK
RGB Variations
Color information
#ECB14E (or 0xECB14E) is known color: Casablanca. HEX triplet: EC, B1 and 4E. RGB value is (236,177,78). Sum of RGB (Red+Green+Blue) = 236+177+78=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB14E is #134EB1. Grayscale: #B7B7B7. Windows color (decimal): -1265330 or 5157356. OLE color: 5157356.
HSL color Cylindrical-coordinate representation of color #ECB14E: hue angle of 37.59º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECB14E is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 78 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.07 |
| HSL | 37.59º | 0.81% | 0.62% | - |
| HSV(B) | 37.59º | 0.67% | 0.93% | - |
| XYZ | 51.69 | 49.83 | 14.1 | - |
| YUV | 183.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 78 | 0 | 0.25 | 0.67 | 0.07 | 37.59 | 0.81 | 0.62 |
| Hex | EC | B1 | 4E | 0 | 19 | 43 | 7 | 26 | 51 | 3E |
| Octal | 354 | 261 | 116 | 0 | 31 | 103 | 7 | 46 | 121 | 76 |
| Binary | 11101100 | 10110001 | 1001110 | 0 | 11001 | 1000011 | 111 | 100110 | 1010001 | 111110 |
Color Harmonies of #ECB14E
Complementary color
Monochromatic Colors of #ECB14E
Black with #ECB14E
Text Example
Text Example
White with #ECB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB14E; }
p { color: rgb(236,177,78); }
H1.HeaderClassName
{
color: #ECB14E;
}
.AnyTagClassName
{
color: #ECB14E;
}
</style>
background-color css
<style>
a { background-color: #ECB14E; }
a { background-color: rgb(236,177,78); }
div.DivClassName
{
background-color: #ECB14E;
}
.BgClassName
{
background-color: #ECB14E;
}
</style>
border-color css
<style>
span { border-color: #ECB14E; }
span { border-color: rgb(236,177,78); }
td.TdClassName
{
border-color: #ECB14E;
}
.TagClassName
{
border-color: #ECB14E;
}
</style>