Shades of Portica #ECD95A
Tints of Portica #ECD95A
RGB
CMYK
RGB Variations
Color information
#ECD95A (or 0xECD95A) is known color: Portica. HEX triplet: EC, D9 and 5A. RGB value is (236,217,90). Sum of RGB (Red+Green+Blue) = 236+217+90=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD95A is #1326A5. Grayscale: #D0D0D0. Windows color (decimal): -1255078 or 5954028. OLE color: 5954028.
HSL color Cylindrical-coordinate representation of color #ECD95A: hue angle of 52.19º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECD95A is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 90 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.07 |
| HSL | 52.19º | 0.79% | 0.64% | - |
| HSV(B) | 52.19º | 0.62% | 0.93% | - |
| XYZ | 61.25 | 68.2 | 19.61 | - |
| YUV | 208.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 90 | 0 | 0.08 | 0.62 | 0.07 | 52.19 | 0.79 | 0.64 |
| Hex | EC | D9 | 5A | 0 | 8 | 3E | 7 | 34 | 4F | 40 |
| Octal | 354 | 331 | 132 | 0 | 10 | 76 | 7 | 64 | 117 | 100 |
| Binary | 11101100 | 11011001 | 1011010 | 0 | 1000 | 111110 | 111 | 110100 | 1001111 | 1000000 |
Color Harmonies of #ECD95A
Complementary color
Monochromatic Colors of #ECD95A
Black with #ECD95A
Text Example
Text Example
White with #ECD95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD95A; }
p { color: rgb(236,217,90); }
H1.HeaderClassName
{
color: #ECD95A;
}
.AnyTagClassName
{
color: #ECD95A;
}
</style>
background-color css
<style>
a { background-color: #ECD95A; }
a { background-color: rgb(236,217,90); }
div.DivClassName
{
background-color: #ECD95A;
}
.BgClassName
{
background-color: #ECD95A;
}
</style>
border-color css
<style>
span { border-color: #ECD95A; }
span { border-color: rgb(236,217,90); }
td.TdClassName
{
border-color: #ECD95A;
}
.TagClassName
{
border-color: #ECD95A;
}
</style>