Shades of Casablanca #ECA553
Tints of Casablanca #ECA553
RGB
CMYK
RGB Variations
Color information
#ECA553 (or 0xECA553) is known color: Casablanca. HEX triplet: EC, A5 and 53. RGB value is (236,165,83). Sum of RGB (Red+Green+Blue) = 236+165+83=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA553 is #135AAC. Grayscale: #B1B1B1. Windows color (decimal): -1268397 or 5481964. OLE color: 5481964.
HSL color Cylindrical-coordinate representation of color #ECA553: hue angle of 32.16º 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 #ECA553 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 165 | 83 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.07 |
| HSL | 32.16º | 0.8% | 0.63% | - |
| HSV(B) | 32.16º | 0.65% | 0.93% | - |
| XYZ | 49.61 | 45.37 | 14.33 | - |
| YUV | 176.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 165 | 83 | 0 | 0.30 | 0.65 | 0.07 | 32.16 | 0.8 | 0.63 |
| Hex | EC | A5 | 53 | 0 | 1E | 41 | 7 | 20 | 50 | 3F |
| Octal | 354 | 245 | 123 | 0 | 36 | 101 | 7 | 40 | 120 | 77 |
| Binary | 11101100 | 10100101 | 1010011 | 0 | 11110 | 1000001 | 111 | 100000 | 1010000 | 111111 |
Color Harmonies of #ECA553
Complementary color
Monochromatic Colors of #ECA553
Black with #ECA553
Text Example
Text Example
White with #ECA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA553; }
p { color: rgb(236,165,83); }
H1.HeaderClassName
{
color: #ECA553;
}
.AnyTagClassName
{
color: #ECA553;
}
</style>
background-color css
<style>
a { background-color: #ECA553; }
a { background-color: rgb(236,165,83); }
div.DivClassName
{
background-color: #ECA553;
}
.BgClassName
{
background-color: #ECA553;
}
</style>
border-color css
<style>
span { border-color: #ECA553; }
span { border-color: rgb(236,165,83); }
td.TdClassName
{
border-color: #ECA553;
}
.TagClassName
{
border-color: #ECA553;
}
</style>