Shades of Casablanca #ECB04D
Tints of Casablanca #ECB04D
RGB
CMYK
RGB Variations
Color information
#ECB04D (or 0xECB04D) is known color: Casablanca. HEX triplet: EC, B0 and 4D. RGB value is (236,176,77). Sum of RGB (Red+Green+Blue) = 236+176+77=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB04D is #134FB2. Grayscale: #B7B7B7. Windows color (decimal): -1265587 or 5091564. OLE color: 5091564.
HSL color Cylindrical-coordinate representation of color #ECB04D: hue angle of 37.36º 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 #ECB04D is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 77 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.07 |
| HSL | 37.36º | 0.81% | 0.61% | - |
| HSV(B) | 37.36º | 0.67% | 0.93% | - |
| XYZ | 51.46 | 49.42 | 13.85 | - |
| YUV | 182.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 77 | 0 | 0.25 | 0.67 | 0.07 | 37.36 | 0.81 | 0.61 |
| Hex | EC | B0 | 4D | 0 | 19 | 43 | 7 | 25 | 51 | 3D |
| Octal | 354 | 260 | 115 | 0 | 31 | 103 | 7 | 45 | 121 | 75 |
| Binary | 11101100 | 10110000 | 1001101 | 0 | 11001 | 1000011 | 111 | 100101 | 1010001 | 111101 |
Color Harmonies of #ECB04D
Complementary color
Monochromatic Colors of #ECB04D
Black with #ECB04D
Text Example
Text Example
White with #ECB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB04D; }
p { color: rgb(236,176,77); }
H1.HeaderClassName
{
color: #ECB04D;
}
.AnyTagClassName
{
color: #ECB04D;
}
</style>
background-color css
<style>
a { background-color: #ECB04D; }
a { background-color: rgb(236,176,77); }
div.DivClassName
{
background-color: #ECB04D;
}
.BgClassName
{
background-color: #ECB04D;
}
</style>
border-color css
<style>
span { border-color: #ECB04D; }
span { border-color: rgb(236,176,77); }
td.TdClassName
{
border-color: #ECB04D;
}
.TagClassName
{
border-color: #ECB04D;
}
</style>