Shades of Casablanca #ECB65B
Tints of Casablanca #ECB65B
RGB
CMYK
RGB Variations
Color information
#ECB65B (or 0xECB65B) is known color: Casablanca. HEX triplet: EC, B6 and 5B. RGB value is (236,182,91). Sum of RGB (Red+Green+Blue) = 236+182+91=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB65B is #1349A4. Grayscale: #BCBCBC. Windows color (decimal): -1264037 or 6010604. OLE color: 6010604.
HSL color Cylindrical-coordinate representation of color #ECB65B: hue angle of 37.66º 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 #ECB65B is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 91 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.07 |
| HSL | 37.66º | 0.79% | 0.64% | - |
| HSV(B) | 37.66º | 0.61% | 0.93% | - |
| XYZ | 53.21 | 52.04 | 17.14 | - |
| YUV | 187.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 91 | 0 | 0.23 | 0.61 | 0.07 | 37.66 | 0.79 | 0.64 |
| Hex | EC | B6 | 5B | 0 | 17 | 3D | 7 | 26 | 4F | 40 |
| Octal | 354 | 266 | 133 | 0 | 27 | 75 | 7 | 46 | 117 | 100 |
| Binary | 11101100 | 10110110 | 1011011 | 0 | 10111 | 111101 | 111 | 100110 | 1001111 | 1000000 |
Color Harmonies of #ECB65B
Complementary color
Monochromatic Colors of #ECB65B
Black with #ECB65B
Text Example
Text Example
White with #ECB65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB65B; }
p { color: rgb(236,182,91); }
H1.HeaderClassName
{
color: #ECB65B;
}
.AnyTagClassName
{
color: #ECB65B;
}
</style>
background-color css
<style>
a { background-color: #ECB65B; }
a { background-color: rgb(236,182,91); }
div.DivClassName
{
background-color: #ECB65B;
}
.BgClassName
{
background-color: #ECB65B;
}
</style>
border-color css
<style>
span { border-color: #ECB65B; }
span { border-color: rgb(236,182,91); }
td.TdClassName
{
border-color: #ECB65B;
}
.TagClassName
{
border-color: #ECB65B;
}
</style>