Shades of Casablanca #ECA350
Tints of Casablanca #ECA350
RGB
CMYK
RGB Variations
Color information
#ECA350 (or 0xECA350) is known color: Casablanca. HEX triplet: EC, A3 and 50. RGB value is (236,163,80). Sum of RGB (Red+Green+Blue) = 236+163+80=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA350 is #135CAF. Grayscale: #AFAFAF. Windows color (decimal): -1268912 or 5284844. OLE color: 5284844.
HSL color Cylindrical-coordinate representation of color #ECA350: hue angle of 31.92º 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 #ECA350 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 163 | 80 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.07 |
| HSL | 31.92º | 0.8% | 0.62% | - |
| HSV(B) | 31.92º | 0.66% | 0.93% | - |
| XYZ | 49.14 | 44.61 | 13.61 | - |
| YUV | 175.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 163 | 80 | 0 | 0.31 | 0.66 | 0.07 | 31.92 | 0.8 | 0.62 |
| Hex | EC | A3 | 50 | 0 | 1F | 42 | 7 | 20 | 50 | 3E |
| Octal | 354 | 243 | 120 | 0 | 37 | 102 | 7 | 40 | 120 | 76 |
| Binary | 11101100 | 10100011 | 1010000 | 0 | 11111 | 1000010 | 111 | 100000 | 1010000 | 111110 |
Color Harmonies of #ECA350
Complementary color
Monochromatic Colors of #ECA350
Black with #ECA350
Text Example
Text Example
White with #ECA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA350; }
p { color: rgb(236,163,80); }
H1.HeaderClassName
{
color: #ECA350;
}
.AnyTagClassName
{
color: #ECA350;
}
</style>
background-color css
<style>
a { background-color: #ECA350; }
a { background-color: rgb(236,163,80); }
div.DivClassName
{
background-color: #ECA350;
}
.BgClassName
{
background-color: #ECA350;
}
</style>
border-color css
<style>
span { border-color: #ECA350; }
span { border-color: rgb(236,163,80); }
td.TdClassName
{
border-color: #ECA350;
}
.TagClassName
{
border-color: #ECA350;
}
</style>