Shades of Casablanca #ECB05C
Tints of Casablanca #ECB05C
RGB
CMYK
RGB Variations
Color information
#ECB05C (or 0xECB05C) is known color: Casablanca. HEX triplet: EC, B0 and 5C. RGB value is (236,176,92). Sum of RGB (Red+Green+Blue) = 236+176+92=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB05C is #134FA3. Grayscale: #B8B8B8. Windows color (decimal): -1265572 or 6074604. OLE color: 6074604.
HSL color Cylindrical-coordinate representation of color #ECB05C: hue angle of 35º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECB05C is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 92 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.07 |
| HSL | 35º | 0.79% | 0.64% | - |
| HSV(B) | 35º | 0.61% | 0.93% | - |
| XYZ | 52.05 | 49.66 | 16.97 | - |
| YUV | 184.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 92 | 0 | 0.25 | 0.61 | 0.07 | 35 | 0.79 | 0.64 |
| Hex | EC | B0 | 5C | 0 | 19 | 3D | 7 | 23 | 4F | 40 |
| Octal | 354 | 260 | 134 | 0 | 31 | 75 | 7 | 43 | 117 | 100 |
| Binary | 11101100 | 10110000 | 1011100 | 0 | 11001 | 111101 | 111 | 100011 | 1001111 | 1000000 |
Color Harmonies of #ECB05C
Complementary color
Monochromatic Colors of #ECB05C
Black with #ECB05C
Text Example
Text Example
White with #ECB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB05C; }
p { color: rgb(236,176,92); }
H1.HeaderClassName
{
color: #ECB05C;
}
.AnyTagClassName
{
color: #ECB05C;
}
</style>
background-color css
<style>
a { background-color: #ECB05C; }
a { background-color: rgb(236,176,92); }
div.DivClassName
{
background-color: #ECB05C;
}
.BgClassName
{
background-color: #ECB05C;
}
</style>
border-color css
<style>
span { border-color: #ECB05C; }
span { border-color: rgb(236,176,92); }
td.TdClassName
{
border-color: #ECB05C;
}
.TagClassName
{
border-color: #ECB05C;
}
</style>