Shades of Casablanca #ECB052
Tints of Casablanca #ECB052
RGB
CMYK
RGB Variations
Color information
#ECB052 (or 0xECB052) is known color: Casablanca. HEX triplet: EC, B0 and 52. RGB value is (236,176,82). Sum of RGB (Red+Green+Blue) = 236+176+82=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB052 is #134FAD. Grayscale: #B7B7B7. Windows color (decimal): -1265582 or 5419244. OLE color: 5419244.
HSL color Cylindrical-coordinate representation of color #ECB052: hue angle of 36.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECB052 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 82 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.07 |
| HSL | 36.62º | 0.8% | 0.62% | - |
| HSV(B) | 36.62º | 0.65% | 0.93% | - |
| XYZ | 51.64 | 49.49 | 14.81 | - |
| YUV | 183.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 82 | 0 | 0.25 | 0.65 | 0.07 | 36.62 | 0.8 | 0.62 |
| Hex | EC | B0 | 52 | 0 | 19 | 41 | 7 | 25 | 50 | 3E |
| Octal | 354 | 260 | 122 | 0 | 31 | 101 | 7 | 45 | 120 | 76 |
| Binary | 11101100 | 10110000 | 1010010 | 0 | 11001 | 1000001 | 111 | 100101 | 1010000 | 111110 |
Color Harmonies of #ECB052
Complementary color
Monochromatic Colors of #ECB052
Black with #ECB052
Text Example
Text Example
White with #ECB052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB052; }
p { color: rgb(236,176,82); }
H1.HeaderClassName
{
color: #ECB052;
}
.AnyTagClassName
{
color: #ECB052;
}
</style>
background-color css
<style>
a { background-color: #ECB052; }
a { background-color: rgb(236,176,82); }
div.DivClassName
{
background-color: #ECB052;
}
.BgClassName
{
background-color: #ECB052;
}
</style>
border-color css
<style>
span { border-color: #ECB052; }
span { border-color: rgb(236,176,82); }
td.TdClassName
{
border-color: #ECB052;
}
.TagClassName
{
border-color: #ECB052;
}
</style>