Shades of Portica #ECD851
Tints of Portica #ECD851
RGB
CMYK
RGB Variations
Color information
#ECD851 (or 0xECD851) is known color: Portica. HEX triplet: EC, D8 and 51. RGB value is (236,216,81). Sum of RGB (Red+Green+Blue) = 236+216+81=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 81 (32.03% from 255 or 15.20% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD851 is #1327AE. Grayscale: #CFCFCF. Windows color (decimal): -1255343 or 5363948. OLE color: 5363948.
HSL color Cylindrical-coordinate representation of color #ECD851: hue angle of 52.26º 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 #ECD851 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 81 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.07 |
| HSL | 52.26º | 0.8% | 0.62% | - |
| HSV(B) | 52.26º | 0.66% | 0.93% | - |
| XYZ | 60.63 | 67.54 | 17.63 | - |
| YUV | 206.59 | 57.13 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 81 | 0 | 0.08 | 0.66 | 0.07 | 52.26 | 0.8 | 0.62 |
| Hex | EC | D8 | 51 | 0 | 8 | 42 | 7 | 34 | 50 | 3E |
| Octal | 354 | 330 | 121 | 0 | 10 | 102 | 7 | 64 | 120 | 76 |
| Binary | 11101100 | 11011000 | 1010001 | 0 | 1000 | 1000010 | 111 | 110100 | 1010000 | 111110 |
Color Harmonies of #ECD851
Complementary color
Monochromatic Colors of #ECD851
Black with #ECD851
Text Example
Text Example
White with #ECD851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD851; }
p { color: rgb(236,216,81); }
H1.HeaderClassName
{
color: #ECD851;
}
.AnyTagClassName
{
color: #ECD851;
}
</style>
background-color css
<style>
a { background-color: #ECD851; }
a { background-color: rgb(236,216,81); }
div.DivClassName
{
background-color: #ECD851;
}
.BgClassName
{
background-color: #ECD851;
}
</style>
border-color css
<style>
span { border-color: #ECD851; }
span { border-color: rgb(236,216,81); }
td.TdClassName
{
border-color: #ECD851;
}
.TagClassName
{
border-color: #ECD851;
}
</style>