Shades of Casablanca #ECB24E
Tints of Casablanca #ECB24E
RGB
CMYK
RGB Variations
Color information
#ECB24E (or 0xECB24E) is known color: Casablanca. HEX triplet: EC, B2 and 4E. RGB value is (236,178,78). Sum of RGB (Red+Green+Blue) = 236+178+78=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB24E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB24E is #134DB1. Grayscale: #B8B8B8. Windows color (decimal): -1265074 or 5157612. OLE color: 5157612.
HSL color Cylindrical-coordinate representation of color #ECB24E: hue angle of 37.97º 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 #ECB24E is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 78 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.07 |
| HSL | 37.97º | 0.81% | 0.62% | - |
| HSV(B) | 37.97º | 0.67% | 0.93% | - |
| XYZ | 51.89 | 50.22 | 14.17 | - |
| YUV | 183.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 78 | 0 | 0.25 | 0.67 | 0.07 | 37.97 | 0.81 | 0.62 |
| Hex | EC | B2 | 4E | 0 | 19 | 43 | 7 | 26 | 51 | 3E |
| Octal | 354 | 262 | 116 | 0 | 31 | 103 | 7 | 46 | 121 | 76 |
| Binary | 11101100 | 10110010 | 1001110 | 0 | 11001 | 1000011 | 111 | 100110 | 1010001 | 111110 |
Color Harmonies of #ECB24E
Complementary color
Monochromatic Colors of #ECB24E
Black with #ECB24E
Text Example
Text Example
White with #ECB24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB24E; }
p { color: rgb(236,178,78); }
H1.HeaderClassName
{
color: #ECB24E;
}
.AnyTagClassName
{
color: #ECB24E;
}
</style>
background-color css
<style>
a { background-color: #ECB24E; }
a { background-color: rgb(236,178,78); }
div.DivClassName
{
background-color: #ECB24E;
}
.BgClassName
{
background-color: #ECB24E;
}
</style>
border-color css
<style>
span { border-color: #ECB24E; }
span { border-color: rgb(236,178,78); }
td.TdClassName
{
border-color: #ECB24E;
}
.TagClassName
{
border-color: #ECB24E;
}
</style>