Shades of Portica #ECDA63
Tints of Portica #ECDA63
RGB
CMYK
RGB Variations
Color information
#ECDA63 (or 0xECDA63) is known color: Portica. HEX triplet: EC, DA and 63. RGB value is (236,218,99). Sum of RGB (Red+Green+Blue) = 236+218+99=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA63 is #13259C. Grayscale: #D2D2D2. Windows color (decimal): -1254813 or 6544108. OLE color: 6544108.
HSL color Cylindrical-coordinate representation of color #ECDA63: hue angle of 52.12º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECDA63 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 99 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.07 |
| HSL | 52.12º | 0.78% | 0.66% | - |
| HSV(B) | 52.12º | 0.58% | 0.93% | - |
| XYZ | 61.92 | 68.88 | 21.84 | - |
| YUV | 209.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 99 | 0 | 0.08 | 0.58 | 0.07 | 52.12 | 0.78 | 0.66 |
| Hex | EC | DA | 63 | 0 | 8 | 3A | 7 | 34 | 4E | 42 |
| Octal | 354 | 332 | 143 | 0 | 10 | 72 | 7 | 64 | 116 | 102 |
| Binary | 11101100 | 11011010 | 1100011 | 0 | 1000 | 111010 | 111 | 110100 | 1001110 | 1000010 |
Color Harmonies of #ECDA63
Complementary color
Monochromatic Colors of #ECDA63
Black with #ECDA63
Text Example
Text Example
White with #ECDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA63; }
p { color: rgb(236,218,99); }
H1.HeaderClassName
{
color: #ECDA63;
}
.AnyTagClassName
{
color: #ECDA63;
}
</style>
background-color css
<style>
a { background-color: #ECDA63; }
a { background-color: rgb(236,218,99); }
div.DivClassName
{
background-color: #ECDA63;
}
.BgClassName
{
background-color: #ECDA63;
}
</style>
border-color css
<style>
span { border-color: #ECDA63; }
span { border-color: rgb(236,218,99); }
td.TdClassName
{
border-color: #ECDA63;
}
.TagClassName
{
border-color: #ECDA63;
}
</style>