Shades of Casablanca #ECA551
Tints of Casablanca #ECA551
RGB
CMYK
RGB Variations
Color information
#ECA551 (or 0xECA551) is known color: Casablanca. HEX triplet: EC, A5 and 51. RGB value is (236,165,81). Sum of RGB (Red+Green+Blue) = 236+165+81=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA551 is #135AAE. Grayscale: #B1B1B1. Windows color (decimal): -1268399 or 5350892. OLE color: 5350892.
HSL color Cylindrical-coordinate representation of color #ECA551: hue angle of 32.52º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECA551 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 165 | 81 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.07 |
| HSL | 32.52º | 0.8% | 0.62% | - |
| HSV(B) | 32.52º | 0.66% | 0.93% | - |
| XYZ | 49.53 | 45.34 | 13.92 | - |
| YUV | 176.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 165 | 81 | 0 | 0.30 | 0.66 | 0.07 | 32.52 | 0.8 | 0.62 |
| Hex | EC | A5 | 51 | 0 | 1E | 42 | 7 | 21 | 50 | 3E |
| Octal | 354 | 245 | 121 | 0 | 36 | 102 | 7 | 41 | 120 | 76 |
| Binary | 11101100 | 10100101 | 1010001 | 0 | 11110 | 1000010 | 111 | 100001 | 1010000 | 111110 |
Color Harmonies of #ECA551
Complementary color
Monochromatic Colors of #ECA551
Black with #ECA551
Text Example
Text Example
White with #ECA551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA551; }
p { color: rgb(236,165,81); }
H1.HeaderClassName
{
color: #ECA551;
}
.AnyTagClassName
{
color: #ECA551;
}
</style>
background-color css
<style>
a { background-color: #ECA551; }
a { background-color: rgb(236,165,81); }
div.DivClassName
{
background-color: #ECA551;
}
.BgClassName
{
background-color: #ECA551;
}
</style>
border-color css
<style>
span { border-color: #ECA551; }
span { border-color: rgb(236,165,81); }
td.TdClassName
{
border-color: #ECA551;
}
.TagClassName
{
border-color: #ECA551;
}
</style>