Shades of Casablanca #ECB45B
Tints of Casablanca #ECB45B
RGB
CMYK
RGB Variations
Color information
#ECB45B (or 0xECB45B) is known color: Casablanca. HEX triplet: EC, B4 and 5B. RGB value is (236,180,91). Sum of RGB (Red+Green+Blue) = 236+180+91=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB45B is #134BA4. Grayscale: #BBBBBB. Windows color (decimal): -1264549 or 6010092. OLE color: 6010092.
HSL color Cylindrical-coordinate representation of color #ECB45B: hue angle of 36.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECB45B is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 91 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.07 |
| HSL | 36.83º | 0.79% | 0.64% | - |
| HSV(B) | 36.83º | 0.61% | 0.93% | - |
| XYZ | 52.8 | 51.23 | 17 | - |
| YUV | 186.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 91 | 0 | 0.24 | 0.61 | 0.07 | 36.83 | 0.79 | 0.64 |
| Hex | EC | B4 | 5B | 0 | 18 | 3D | 7 | 25 | 4F | 40 |
| Octal | 354 | 264 | 133 | 0 | 30 | 75 | 7 | 45 | 117 | 100 |
| Binary | 11101100 | 10110100 | 1011011 | 0 | 11000 | 111101 | 111 | 100101 | 1001111 | 1000000 |
Color Harmonies of #ECB45B
Complementary color
Monochromatic Colors of #ECB45B
Black with #ECB45B
Text Example
Text Example
White with #ECB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB45B; }
p { color: rgb(236,180,91); }
H1.HeaderClassName
{
color: #ECB45B;
}
.AnyTagClassName
{
color: #ECB45B;
}
</style>
background-color css
<style>
a { background-color: #ECB45B; }
a { background-color: rgb(236,180,91); }
div.DivClassName
{
background-color: #ECB45B;
}
.BgClassName
{
background-color: #ECB45B;
}
</style>
border-color css
<style>
span { border-color: #ECB45B; }
span { border-color: rgb(236,180,91); }
td.TdClassName
{
border-color: #ECB45B;
}
.TagClassName
{
border-color: #ECB45B;
}
</style>