Shades of Portica #ECD54E
Tints of Portica #ECD54E
RGB
CMYK
RGB Variations
Color information
#ECD54E (or 0xECD54E) is known color: Portica. HEX triplet: EC, D5 and 4E. RGB value is (236,213,78). Sum of RGB (Red+Green+Blue) = 236+213+78=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD54E is #132AB1. Grayscale: #CDCDCD. Windows color (decimal): -1256114 or 5166572. OLE color: 5166572.
HSL color Cylindrical-coordinate representation of color #ECD54E: hue angle of 51.27º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECD54E is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 78 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.07 |
| HSL | 51.27º | 0.81% | 0.62% | - |
| HSV(B) | 51.27º | 0.67% | 0.93% | - |
| XYZ | 59.76 | 65.97 | 16.79 | - |
| YUV | 204.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 78 | 0 | 0.10 | 0.67 | 0.07 | 51.27 | 0.81 | 0.62 |
| Hex | EC | D5 | 4E | 0 | A | 43 | 7 | 33 | 51 | 3E |
| Octal | 354 | 325 | 116 | 0 | 12 | 103 | 7 | 63 | 121 | 76 |
| Binary | 11101100 | 11010101 | 1001110 | 0 | 1010 | 1000011 | 111 | 110011 | 1010001 | 111110 |
Color Harmonies of #ECD54E
Complementary color
Monochromatic Colors of #ECD54E
Black with #ECD54E
Text Example
Text Example
White with #ECD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD54E; }
p { color: rgb(236,213,78); }
H1.HeaderClassName
{
color: #ECD54E;
}
.AnyTagClassName
{
color: #ECD54E;
}
</style>
background-color css
<style>
a { background-color: #ECD54E; }
a { background-color: rgb(236,213,78); }
div.DivClassName
{
background-color: #ECD54E;
}
.BgClassName
{
background-color: #ECD54E;
}
</style>
border-color css
<style>
span { border-color: #ECD54E; }
span { border-color: rgb(236,213,78); }
td.TdClassName
{
border-color: #ECD54E;
}
.TagClassName
{
border-color: #ECD54E;
}
</style>