Shades of Casablanca #ECB34E
Tints of Casablanca #ECB34E
RGB
CMYK
RGB Variations
Color information
#ECB34E (or 0xECB34E) is known color: Casablanca. HEX triplet: EC, B3 and 4E. RGB value is (236,179,78). Sum of RGB (Red+Green+Blue) = 236+179+78=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB34E is #134CB1. Grayscale: #B8B8B8. Windows color (decimal): -1264818 or 5157868. OLE color: 5157868.
HSL color Cylindrical-coordinate representation of color #ECB34E: hue angle of 38.35º 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 #ECB34E is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 78 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.07 |
| HSL | 38.35º | 0.81% | 0.62% | - |
| HSV(B) | 38.35º | 0.67% | 0.93% | - |
| XYZ | 52.09 | 50.62 | 14.23 | - |
| YUV | 184.53 | 67.88 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 78 | 0 | 0.24 | 0.67 | 0.07 | 38.35 | 0.81 | 0.62 |
| Hex | EC | B3 | 4E | 0 | 18 | 43 | 7 | 26 | 51 | 3E |
| Octal | 354 | 263 | 116 | 0 | 30 | 103 | 7 | 46 | 121 | 76 |
| Binary | 11101100 | 10110011 | 1001110 | 0 | 11000 | 1000011 | 111 | 100110 | 1010001 | 111110 |
Color Harmonies of #ECB34E
Complementary color
Monochromatic Colors of #ECB34E
Black with #ECB34E
Text Example
Text Example
White with #ECB34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB34E; }
p { color: rgb(236,179,78); }
H1.HeaderClassName
{
color: #ECB34E;
}
.AnyTagClassName
{
color: #ECB34E;
}
</style>
background-color css
<style>
a { background-color: #ECB34E; }
a { background-color: rgb(236,179,78); }
div.DivClassName
{
background-color: #ECB34E;
}
.BgClassName
{
background-color: #ECB34E;
}
</style>
border-color css
<style>
span { border-color: #ECB34E; }
span { border-color: rgb(236,179,78); }
td.TdClassName
{
border-color: #ECB34E;
}
.TagClassName
{
border-color: #ECB34E;
}
</style>