Shades of Portica #ECD55F
Tints of Portica #ECD55F
RGB
CMYK
RGB Variations
Color information
#ECD55F (or 0xECD55F) is known color: Portica. HEX triplet: EC, D5 and 5F. RGB value is (236,213,95). Sum of RGB (Red+Green+Blue) = 236+213+95=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD55F is #132AA0. Grayscale: #CECECE. Windows color (decimal): -1256097 or 6280684. OLE color: 6280684.
HSL color Cylindrical-coordinate representation of color #ECD55F: hue angle of 50.21º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECD55F is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 95 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.07 |
| HSL | 50.21º | 0.79% | 0.65% | - |
| HSV(B) | 50.21º | 0.6% | 0.93% | - |
| XYZ | 60.45 | 66.25 | 20.43 | - |
| YUV | 206.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 95 | 0 | 0.10 | 0.60 | 0.07 | 50.21 | 0.79 | 0.65 |
| Hex | EC | D5 | 5F | 0 | A | 3C | 7 | 32 | 4F | 41 |
| Octal | 354 | 325 | 137 | 0 | 12 | 74 | 7 | 62 | 117 | 101 |
| Binary | 11101100 | 11010101 | 1011111 | 0 | 1010 | 111100 | 111 | 110010 | 1001111 | 1000001 |
Color Harmonies of #ECD55F
Complementary color
Monochromatic Colors of #ECD55F
Black with #ECD55F
Text Example
Text Example
White with #ECD55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD55F; }
p { color: rgb(236,213,95); }
H1.HeaderClassName
{
color: #ECD55F;
}
.AnyTagClassName
{
color: #ECD55F;
}
</style>
background-color css
<style>
a { background-color: #ECD55F; }
a { background-color: rgb(236,213,95); }
div.DivClassName
{
background-color: #ECD55F;
}
.BgClassName
{
background-color: #ECD55F;
}
</style>
border-color css
<style>
span { border-color: #ECD55F; }
span { border-color: rgb(236,213,95); }
td.TdClassName
{
border-color: #ECD55F;
}
.TagClassName
{
border-color: #ECD55F;
}
</style>