Shades of Portica #ECD853
Tints of Portica #ECD853
RGB
CMYK
RGB Variations
Color information
#ECD853 (or 0xECD853) is known color: Portica. HEX triplet: EC, D8 and 53. RGB value is (236,216,83). Sum of RGB (Red+Green+Blue) = 236+216+83=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 83 (32.81% from 255 or 15.51% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD853 is #1327AC. Grayscale: #CFCFCF. Windows color (decimal): -1255341 or 5495020. OLE color: 5495020.
HSL color Cylindrical-coordinate representation of color #ECD853: hue angle of 52.16º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECD853 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 83 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.07 |
| HSL | 52.16º | 0.8% | 0.63% | - |
| HSV(B) | 52.16º | 0.65% | 0.93% | - |
| XYZ | 60.71 | 67.57 | 18.03 | - |
| YUV | 206.82 | 58.13 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 83 | 0 | 0.08 | 0.65 | 0.07 | 52.16 | 0.8 | 0.63 |
| Hex | EC | D8 | 53 | 0 | 8 | 41 | 7 | 34 | 50 | 3F |
| Octal | 354 | 330 | 123 | 0 | 10 | 101 | 7 | 64 | 120 | 77 |
| Binary | 11101100 | 11011000 | 1010011 | 0 | 1000 | 1000001 | 111 | 110100 | 1010000 | 111111 |
Color Harmonies of #ECD853
Complementary color
Monochromatic Colors of #ECD853
Black with #ECD853
Text Example
Text Example
White with #ECD853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD853; }
p { color: rgb(236,216,83); }
H1.HeaderClassName
{
color: #ECD853;
}
.AnyTagClassName
{
color: #ECD853;
}
</style>
background-color css
<style>
a { background-color: #ECD853; }
a { background-color: rgb(236,216,83); }
div.DivClassName
{
background-color: #ECD853;
}
.BgClassName
{
background-color: #ECD853;
}
</style>
border-color css
<style>
span { border-color: #ECD853; }
span { border-color: rgb(236,216,83); }
td.TdClassName
{
border-color: #ECD853;
}
.TagClassName
{
border-color: #ECD853;
}
</style>