Shades of Portica #ECD661
Tints of Portica #ECD661
RGB
CMYK
RGB Variations
Color information
#ECD661 (or 0xECD661) is known color: Portica. HEX triplet: EC, D6 and 61. RGB value is (236,214,97). Sum of RGB (Red+Green+Blue) = 236+214+97=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD661 is #13299E. Grayscale: #CFCFCF. Windows color (decimal): -1255839 or 6412012. OLE color: 6412012.
HSL color Cylindrical-coordinate representation of color #ECD661: hue angle of 50.5º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECD661 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 97 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.07 |
| HSL | 50.5º | 0.79% | 0.65% | - |
| HSV(B) | 50.5º | 0.59% | 0.93% | - |
| XYZ | 60.8 | 66.79 | 21 | - |
| YUV | 207.24 | 65.79 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 97 | 0 | 0.09 | 0.59 | 0.07 | 50.5 | 0.79 | 0.65 |
| Hex | EC | D6 | 61 | 0 | 9 | 3B | 7 | 33 | 4F | 41 |
| Octal | 354 | 326 | 141 | 0 | 11 | 73 | 7 | 63 | 117 | 101 |
| Binary | 11101100 | 11010110 | 1100001 | 0 | 1001 | 111011 | 111 | 110011 | 1001111 | 1000001 |
Color Harmonies of #ECD661
Complementary color
Monochromatic Colors of #ECD661
Black with #ECD661
Text Example
Text Example
White with #ECD661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD661; }
p { color: rgb(236,214,97); }
H1.HeaderClassName
{
color: #ECD661;
}
.AnyTagClassName
{
color: #ECD661;
}
</style>
background-color css
<style>
a { background-color: #ECD661; }
a { background-color: rgb(236,214,97); }
div.DivClassName
{
background-color: #ECD661;
}
.BgClassName
{
background-color: #ECD661;
}
</style>
border-color css
<style>
span { border-color: #ECD661; }
span { border-color: rgb(236,214,97); }
td.TdClassName
{
border-color: #ECD661;
}
.TagClassName
{
border-color: #ECD661;
}
</style>