Shades of Casablanca #ECB35C
Tints of Casablanca #ECB35C
RGB
CMYK
RGB Variations
Color information
#ECB35C (or 0xECB35C) is known color: Casablanca. HEX triplet: EC, B3 and 5C. RGB value is (236,179,92). Sum of RGB (Red+Green+Blue) = 236+179+92=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB35C is #134CA3. Grayscale: #BABABA. Windows color (decimal): -1264804 or 6075372. OLE color: 6075372.
HSL color Cylindrical-coordinate representation of color #ECB35C: hue angle of 36.25º 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 #ECB35C is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 92 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.07 |
| HSL | 36.25º | 0.79% | 0.64% | - |
| HSV(B) | 36.25º | 0.61% | 0.93% | - |
| XYZ | 52.64 | 50.85 | 17.16 | - |
| YUV | 186.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 92 | 0 | 0.24 | 0.61 | 0.07 | 36.25 | 0.79 | 0.64 |
| Hex | EC | B3 | 5C | 0 | 18 | 3D | 7 | 24 | 4F | 40 |
| Octal | 354 | 263 | 134 | 0 | 30 | 75 | 7 | 44 | 117 | 100 |
| Binary | 11101100 | 10110011 | 1011100 | 0 | 11000 | 111101 | 111 | 100100 | 1001111 | 1000000 |
Color Harmonies of #ECB35C
Complementary color
Monochromatic Colors of #ECB35C
Black with #ECB35C
Text Example
Text Example
White with #ECB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB35C; }
p { color: rgb(236,179,92); }
H1.HeaderClassName
{
color: #ECB35C;
}
.AnyTagClassName
{
color: #ECB35C;
}
</style>
background-color css
<style>
a { background-color: #ECB35C; }
a { background-color: rgb(236,179,92); }
div.DivClassName
{
background-color: #ECB35C;
}
.BgClassName
{
background-color: #ECB35C;
}
</style>
border-color css
<style>
span { border-color: #ECB35C; }
span { border-color: rgb(236,179,92); }
td.TdClassName
{
border-color: #ECB35C;
}
.TagClassName
{
border-color: #ECB35C;
}
</style>