Shades of Portica #ECD858
Tints of Portica #ECD858
RGB
CMYK
RGB Variations
Color information
#ECD858 (or 0xECD858) is known color: Portica. HEX triplet: EC, D8 and 58. RGB value is (236,216,88). Sum of RGB (Red+Green+Blue) = 236+216+88=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 88 (34.77% from 255 or 16.30% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD858 is #1327A7. Grayscale: #CFCFCF. Windows color (decimal): -1255336 or 5822700. OLE color: 5822700.
HSL color Cylindrical-coordinate representation of color #ECD858: hue angle of 51.89º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECD858 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 88 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.07 |
| HSL | 51.89º | 0.8% | 0.64% | - |
| HSV(B) | 51.89º | 0.63% | 0.93% | - |
| XYZ | 60.91 | 67.65 | 19.08 | - |
| YUV | 207.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 88 | 0 | 0.08 | 0.63 | 0.07 | 51.89 | 0.8 | 0.64 |
| Hex | EC | D8 | 58 | 0 | 8 | 3F | 7 | 34 | 50 | 40 |
| Octal | 354 | 330 | 130 | 0 | 10 | 77 | 7 | 64 | 120 | 100 |
| Binary | 11101100 | 11011000 | 1011000 | 0 | 1000 | 111111 | 111 | 110100 | 1010000 | 1000000 |
Color Harmonies of #ECD858
Complementary color
Monochromatic Colors of #ECD858
Black with #ECD858
Text Example
Text Example
White with #ECD858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD858; }
p { color: rgb(236,216,88); }
H1.HeaderClassName
{
color: #ECD858;
}
.AnyTagClassName
{
color: #ECD858;
}
</style>
background-color css
<style>
a { background-color: #ECD858; }
a { background-color: rgb(236,216,88); }
div.DivClassName
{
background-color: #ECD858;
}
.BgClassName
{
background-color: #ECD858;
}
</style>
border-color css
<style>
span { border-color: #ECD858; }
span { border-color: rgb(236,216,88); }
td.TdClassName
{
border-color: #ECD858;
}
.TagClassName
{
border-color: #ECD858;
}
</style>