Shades of Casablanca #ECB35A
Tints of Casablanca #ECB35A
RGB
CMYK
RGB Variations
Color information
#ECB35A (or 0xECB35A) is known color: Casablanca. HEX triplet: EC, B3 and 5A. RGB value is (236,179,90). Sum of RGB (Red+Green+Blue) = 236+179+90=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB35A is #134CA5. Grayscale: #BABABA. Windows color (decimal): -1264806 or 5944300. OLE color: 5944300.
HSL color Cylindrical-coordinate representation of color #ECB35A: hue angle of 36.58º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECB35A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 90 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.07 |
| HSL | 36.58º | 0.79% | 0.64% | - |
| HSV(B) | 36.58º | 0.62% | 0.93% | - |
| XYZ | 52.56 | 50.81 | 16.71 | - |
| YUV | 185.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 90 | 0 | 0.24 | 0.62 | 0.07 | 36.58 | 0.79 | 0.64 |
| Hex | EC | B3 | 5A | 0 | 18 | 3E | 7 | 25 | 4F | 40 |
| Octal | 354 | 263 | 132 | 0 | 30 | 76 | 7 | 45 | 117 | 100 |
| Binary | 11101100 | 10110011 | 1011010 | 0 | 11000 | 111110 | 111 | 100101 | 1001111 | 1000000 |
Color Harmonies of #ECB35A
Complementary color
Monochromatic Colors of #ECB35A
Black with #ECB35A
Text Example
Text Example
White with #ECB35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB35A; }
p { color: rgb(236,179,90); }
H1.HeaderClassName
{
color: #ECB35A;
}
.AnyTagClassName
{
color: #ECB35A;
}
</style>
background-color css
<style>
a { background-color: #ECB35A; }
a { background-color: rgb(236,179,90); }
div.DivClassName
{
background-color: #ECB35A;
}
.BgClassName
{
background-color: #ECB35A;
}
</style>
border-color css
<style>
span { border-color: #ECB35A; }
span { border-color: rgb(236,179,90); }
td.TdClassName
{
border-color: #ECB35A;
}
.TagClassName
{
border-color: #ECB35A;
}
</style>