Shades of Casablanca #ECB053
Tints of Casablanca #ECB053
RGB
CMYK
RGB Variations
Color information
#ECB053 (or 0xECB053) is known color: Casablanca. HEX triplet: EC, B0 and 53. RGB value is (236,176,83). Sum of RGB (Red+Green+Blue) = 236+176+83=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB053 is #134FAC. Grayscale: #B7B7B7. Windows color (decimal): -1265581 or 5484780. OLE color: 5484780.
HSL color Cylindrical-coordinate representation of color #ECB053: hue angle of 36.47º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECB053 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 83 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.07 |
| HSL | 36.47º | 0.8% | 0.63% | - |
| HSV(B) | 36.47º | 0.65% | 0.93% | - |
| XYZ | 51.68 | 49.51 | 15.02 | - |
| YUV | 183.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 83 | 0 | 0.25 | 0.65 | 0.07 | 36.47 | 0.8 | 0.63 |
| Hex | EC | B0 | 53 | 0 | 19 | 41 | 7 | 24 | 50 | 3F |
| Octal | 354 | 260 | 123 | 0 | 31 | 101 | 7 | 44 | 120 | 77 |
| Binary | 11101100 | 10110000 | 1010011 | 0 | 11001 | 1000001 | 111 | 100100 | 1010000 | 111111 |
Color Harmonies of #ECB053
Complementary color
Monochromatic Colors of #ECB053
Black with #ECB053
Text Example
Text Example
White with #ECB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB053; }
p { color: rgb(236,176,83); }
H1.HeaderClassName
{
color: #ECB053;
}
.AnyTagClassName
{
color: #ECB053;
}
</style>
background-color css
<style>
a { background-color: #ECB053; }
a { background-color: rgb(236,176,83); }
div.DivClassName
{
background-color: #ECB053;
}
.BgClassName
{
background-color: #ECB053;
}
</style>
border-color css
<style>
span { border-color: #ECB053; }
span { border-color: rgb(236,176,83); }
td.TdClassName
{
border-color: #ECB053;
}
.TagClassName
{
border-color: #ECB053;
}
</style>