Shades of Portica #ECD861
Tints of Portica #ECD861
RGB
CMYK
RGB Variations
Color information
#ECD861 (or 0xECD861) is known color: Portica. HEX triplet: EC, D8 and 61. RGB value is (236,216,97). Sum of RGB (Red+Green+Blue) = 236+216+97=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD861 is #13279E. Grayscale: #D0D0D0. Windows color (decimal): -1255327 or 6412524. OLE color: 6412524.
HSL color Cylindrical-coordinate representation of color #ECD861: hue angle of 51.37º 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 #ECD861 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 97 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.07 |
| HSL | 51.37º | 0.79% | 0.65% | - |
| HSV(B) | 51.37º | 0.59% | 0.93% | - |
| XYZ | 61.31 | 67.81 | 21.17 | - |
| YUV | 208.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 97 | 0 | 0.08 | 0.59 | 0.07 | 51.37 | 0.79 | 0.65 |
| Hex | EC | D8 | 61 | 0 | 8 | 3B | 7 | 33 | 4F | 41 |
| Octal | 354 | 330 | 141 | 0 | 10 | 73 | 7 | 63 | 117 | 101 |
| Binary | 11101100 | 11011000 | 1100001 | 0 | 1000 | 111011 | 111 | 110011 | 1001111 | 1000001 |
Color Harmonies of #ECD861
Complementary color
Monochromatic Colors of #ECD861
Black with #ECD861
Text Example
Text Example
White with #ECD861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD861; }
p { color: rgb(236,216,97); }
H1.HeaderClassName
{
color: #ECD861;
}
.AnyTagClassName
{
color: #ECD861;
}
</style>
background-color css
<style>
a { background-color: #ECD861; }
a { background-color: rgb(236,216,97); }
div.DivClassName
{
background-color: #ECD861;
}
.BgClassName
{
background-color: #ECD861;
}
</style>
border-color css
<style>
span { border-color: #ECD861; }
span { border-color: rgb(236,216,97); }
td.TdClassName
{
border-color: #ECD861;
}
.TagClassName
{
border-color: #ECD861;
}
</style>