Shades of Casablanca #ECB04E
Tints of Casablanca #ECB04E
RGB
CMYK
RGB Variations
Color information
#ECB04E (or 0xECB04E) is known color: Casablanca. HEX triplet: EC, B0 and 4E. RGB value is (236,176,78). Sum of RGB (Red+Green+Blue) = 236+176+78=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB04E is #134FB1. Grayscale: #B7B7B7. Windows color (decimal): -1265586 or 5157100. OLE color: 5157100.
HSL color Cylindrical-coordinate representation of color #ECB04E: hue angle of 37.22º 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 #ECB04E is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 78 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.07 |
| HSL | 37.22º | 0.81% | 0.62% | - |
| HSV(B) | 37.22º | 0.67% | 0.93% | - |
| XYZ | 51.49 | 49.43 | 14.04 | - |
| YUV | 182.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 78 | 0 | 0.25 | 0.67 | 0.07 | 37.22 | 0.81 | 0.62 |
| Hex | EC | B0 | 4E | 0 | 19 | 43 | 7 | 25 | 51 | 3E |
| Octal | 354 | 260 | 116 | 0 | 31 | 103 | 7 | 45 | 121 | 76 |
| Binary | 11101100 | 10110000 | 1001110 | 0 | 11001 | 1000011 | 111 | 100101 | 1010001 | 111110 |
Color Harmonies of #ECB04E
Complementary color
Monochromatic Colors of #ECB04E
Black with #ECB04E
Text Example
Text Example
White with #ECB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB04E; }
p { color: rgb(236,176,78); }
H1.HeaderClassName
{
color: #ECB04E;
}
.AnyTagClassName
{
color: #ECB04E;
}
</style>
background-color css
<style>
a { background-color: #ECB04E; }
a { background-color: rgb(236,176,78); }
div.DivClassName
{
background-color: #ECB04E;
}
.BgClassName
{
background-color: #ECB04E;
}
</style>
border-color css
<style>
span { border-color: #ECB04E; }
span { border-color: rgb(236,176,78); }
td.TdClassName
{
border-color: #ECB04E;
}
.TagClassName
{
border-color: #ECB04E;
}
</style>