Shades of Portica #ECD05A
Tints of Portica #ECD05A
RGB
CMYK
RGB Variations
Color information
#ECD05A (or 0xECD05A) is known color: Portica. HEX triplet: EC, D0 and 5A. RGB value is (236,208,90). Sum of RGB (Red+Green+Blue) = 236+208+90=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD05A is #132FA5. Grayscale: #CBCBCB. Windows color (decimal): -1257382 or 5951724. OLE color: 5951724.
HSL color Cylindrical-coordinate representation of color #ECD05A: hue angle of 48.49º 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 #ECD05A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 90 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.07 |
| HSL | 48.49º | 0.79% | 0.64% | - |
| HSV(B) | 48.49º | 0.62% | 0.93% | - |
| XYZ | 58.99 | 63.68 | 18.86 | - |
| YUV | 202.92 | 64.28 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 90 | 0 | 0.12 | 0.62 | 0.07 | 48.49 | 0.79 | 0.64 |
| Hex | EC | D0 | 5A | 0 | C | 3E | 7 | 30 | 4F | 40 |
| Octal | 354 | 320 | 132 | 0 | 14 | 76 | 7 | 60 | 117 | 100 |
| Binary | 11101100 | 11010000 | 1011010 | 0 | 1100 | 111110 | 111 | 110000 | 1001111 | 1000000 |
Color Harmonies of #ECD05A
Complementary color
Monochromatic Colors of #ECD05A
Black with #ECD05A
Text Example
Text Example
White with #ECD05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD05A; }
p { color: rgb(236,208,90); }
H1.HeaderClassName
{
color: #ECD05A;
}
.AnyTagClassName
{
color: #ECD05A;
}
</style>
background-color css
<style>
a { background-color: #ECD05A; }
a { background-color: rgb(236,208,90); }
div.DivClassName
{
background-color: #ECD05A;
}
.BgClassName
{
background-color: #ECD05A;
}
</style>
border-color css
<style>
span { border-color: #ECD05A; }
span { border-color: rgb(236,208,90); }
td.TdClassName
{
border-color: #ECD05A;
}
.TagClassName
{
border-color: #ECD05A;
}
</style>