Shades of Portica #ECD855
Tints of Portica #ECD855
RGB
CMYK
RGB Variations
Color information
#ECD855 (or 0xECD855) is known color: Portica. HEX triplet: EC, D8 and 55. RGB value is (236,216,85). Sum of RGB (Red+Green+Blue) = 236+216+85=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD855 is #1327AA. Grayscale: #CFCFCF. Windows color (decimal): -1255339 or 5626092. OLE color: 5626092.
HSL color Cylindrical-coordinate representation of color #ECD855: hue angle of 52.05º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECD855 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 85 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.07 |
| HSL | 52.05º | 0.8% | 0.63% | - |
| HSV(B) | 52.05º | 0.64% | 0.93% | - |
| XYZ | 60.79 | 67.6 | 18.44 | - |
| YUV | 207.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 85 | 0 | 0.08 | 0.64 | 0.07 | 52.05 | 0.8 | 0.63 |
| Hex | EC | D8 | 55 | 0 | 8 | 40 | 7 | 34 | 50 | 3F |
| Octal | 354 | 330 | 125 | 0 | 10 | 100 | 7 | 64 | 120 | 77 |
| Binary | 11101100 | 11011000 | 1010101 | 0 | 1000 | 1000000 | 111 | 110100 | 1010000 | 111111 |
Color Harmonies of #ECD855
Complementary color
Monochromatic Colors of #ECD855
Black with #ECD855
Text Example
Text Example
White with #ECD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD855; }
p { color: rgb(236,216,85); }
H1.HeaderClassName
{
color: #ECD855;
}
.AnyTagClassName
{
color: #ECD855;
}
</style>
background-color css
<style>
a { background-color: #ECD855; }
a { background-color: rgb(236,216,85); }
div.DivClassName
{
background-color: #ECD855;
}
.BgClassName
{
background-color: #ECD855;
}
</style>
border-color css
<style>
span { border-color: #ECD855; }
span { border-color: rgb(236,216,85); }
td.TdClassName
{
border-color: #ECD855;
}
.TagClassName
{
border-color: #ECD855;
}
</style>