Shades of Casablanca #ECB350
Tints of Casablanca #ECB350
RGB
CMYK
RGB Variations
Color information
#ECB350 (or 0xECB350) is known color: Casablanca. HEX triplet: EC, B3 and 50. RGB value is (236,179,80). Sum of RGB (Red+Green+Blue) = 236+179+80=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB350 is #134CAF. Grayscale: #B9B9B9. Windows color (decimal): -1264816 or 5288940. OLE color: 5288940.
HSL color Cylindrical-coordinate representation of color #ECB350: hue angle of 38.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECB350 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 80 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.07 |
| HSL | 38.08º | 0.8% | 0.62% | - |
| HSV(B) | 38.08º | 0.66% | 0.93% | - |
| XYZ | 52.16 | 50.65 | 14.62 | - |
| YUV | 184.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 80 | 0 | 0.24 | 0.66 | 0.07 | 38.08 | 0.8 | 0.62 |
| Hex | EC | B3 | 50 | 0 | 18 | 42 | 7 | 26 | 50 | 3E |
| Octal | 354 | 263 | 120 | 0 | 30 | 102 | 7 | 46 | 120 | 76 |
| Binary | 11101100 | 10110011 | 1010000 | 0 | 11000 | 1000010 | 111 | 100110 | 1010000 | 111110 |
Color Harmonies of #ECB350
Complementary color
Monochromatic Colors of #ECB350
Black with #ECB350
Text Example
Text Example
White with #ECB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB350; }
p { color: rgb(236,179,80); }
H1.HeaderClassName
{
color: #ECB350;
}
.AnyTagClassName
{
color: #ECB350;
}
</style>
background-color css
<style>
a { background-color: #ECB350; }
a { background-color: rgb(236,179,80); }
div.DivClassName
{
background-color: #ECB350;
}
.BgClassName
{
background-color: #ECB350;
}
</style>
border-color css
<style>
span { border-color: #ECB350; }
span { border-color: rgb(236,179,80); }
td.TdClassName
{
border-color: #ECB350;
}
.TagClassName
{
border-color: #ECB350;
}
</style>