Shades of Casablanca #ECB458
Tints of Casablanca #ECB458
RGB
CMYK
RGB Variations
Color information
#ECB458 (or 0xECB458) is known color: Casablanca. HEX triplet: EC, B4 and 58. RGB value is (236,180,88). Sum of RGB (Red+Green+Blue) = 236+180+88=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB458 is #134BA7. Grayscale: #BABABA. Windows color (decimal): -1264552 or 5813484. OLE color: 5813484.
HSL color Cylindrical-coordinate representation of color #ECB458: hue angle of 37.3º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECB458 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 88 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.07 |
| HSL | 37.3º | 0.8% | 0.64% | - |
| HSV(B) | 37.3º | 0.63% | 0.93% | - |
| XYZ | 52.67 | 51.18 | 16.33 | - |
| YUV | 186.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 88 | 0 | 0.24 | 0.63 | 0.07 | 37.3 | 0.8 | 0.64 |
| Hex | EC | B4 | 58 | 0 | 18 | 3F | 7 | 25 | 50 | 40 |
| Octal | 354 | 264 | 130 | 0 | 30 | 77 | 7 | 45 | 120 | 100 |
| Binary | 11101100 | 10110100 | 1011000 | 0 | 11000 | 111111 | 111 | 100101 | 1010000 | 1000000 |
Color Harmonies of #ECB458
Complementary color
Monochromatic Colors of #ECB458
Black with #ECB458
Text Example
Text Example
White with #ECB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB458; }
p { color: rgb(236,180,88); }
H1.HeaderClassName
{
color: #ECB458;
}
.AnyTagClassName
{
color: #ECB458;
}
</style>
background-color css
<style>
a { background-color: #ECB458; }
a { background-color: rgb(236,180,88); }
div.DivClassName
{
background-color: #ECB458;
}
.BgClassName
{
background-color: #ECB458;
}
</style>
border-color css
<style>
span { border-color: #ECB458; }
span { border-color: rgb(236,180,88); }
td.TdClassName
{
border-color: #ECB458;
}
.TagClassName
{
border-color: #ECB458;
}
</style>