Shades of Portica #ECDA5C
Tints of Portica #ECDA5C
RGB
CMYK
RGB Variations
Color information
#ECDA5C (or 0xECDA5C) is known color: Portica. HEX triplet: EC, DA and 5C. RGB value is (236,218,92). Sum of RGB (Red+Green+Blue) = 236+218+92=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA5C is #1325A3. Grayscale: #D1D1D1. Windows color (decimal): -1254820 or 6085356. OLE color: 6085356.
HSL color Cylindrical-coordinate representation of color #ECDA5C: hue angle of 52.5º 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 #ECDA5C is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 92 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.07 |
| HSL | 52.5º | 0.79% | 0.64% | - |
| HSV(B) | 52.5º | 0.61% | 0.93% | - |
| XYZ | 61.6 | 68.75 | 20.15 | - |
| YUV | 209.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 92 | 0 | 0.08 | 0.61 | 0.07 | 52.5 | 0.79 | 0.64 |
| Hex | EC | DA | 5C | 0 | 8 | 3D | 7 | 34 | 4F | 40 |
| Octal | 354 | 332 | 134 | 0 | 10 | 75 | 7 | 64 | 117 | 100 |
| Binary | 11101100 | 11011010 | 1011100 | 0 | 1000 | 111101 | 111 | 110100 | 1001111 | 1000000 |
Color Harmonies of #ECDA5C
Complementary color
Monochromatic Colors of #ECDA5C
Black with #ECDA5C
Text Example
Text Example
White with #ECDA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA5C; }
p { color: rgb(236,218,92); }
H1.HeaderClassName
{
color: #ECDA5C;
}
.AnyTagClassName
{
color: #ECDA5C;
}
</style>
background-color css
<style>
a { background-color: #ECDA5C; }
a { background-color: rgb(236,218,92); }
div.DivClassName
{
background-color: #ECDA5C;
}
.BgClassName
{
background-color: #ECDA5C;
}
</style>
border-color css
<style>
span { border-color: #ECDA5C; }
span { border-color: rgb(236,218,92); }
td.TdClassName
{
border-color: #ECDA5C;
}
.TagClassName
{
border-color: #ECDA5C;
}
</style>