Shades of Portica #ECD05E
Tints of Portica #ECD05E
RGB
CMYK
RGB Variations
Color information
#ECD05E (or 0xECD05E) is known color: Portica. HEX triplet: EC, D0 and 5E. RGB value is (236,208,94). Sum of RGB (Red+Green+Blue) = 236+208+94=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD05E is #132FA1. Grayscale: #CBCBCB. Windows color (decimal): -1257378 or 6213868. OLE color: 6213868.
HSL color Cylindrical-coordinate representation of color #ECD05E: hue angle of 48.17º 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 #ECD05E is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 94 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.07 |
| HSL | 48.17º | 0.79% | 0.65% | - |
| HSV(B) | 48.17º | 0.6% | 0.93% | - |
| XYZ | 59.17 | 63.75 | 19.78 | - |
| YUV | 203.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 94 | 0 | 0.12 | 0.60 | 0.07 | 48.17 | 0.79 | 0.65 |
| Hex | EC | D0 | 5E | 0 | C | 3C | 7 | 30 | 4F | 41 |
| Octal | 354 | 320 | 136 | 0 | 14 | 74 | 7 | 60 | 117 | 101 |
| Binary | 11101100 | 11010000 | 1011110 | 0 | 1100 | 111100 | 111 | 110000 | 1001111 | 1000001 |
Color Harmonies of #ECD05E
Complementary color
Monochromatic Colors of #ECD05E
Black with #ECD05E
Text Example
Text Example
White with #ECD05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD05E; }
p { color: rgb(236,208,94); }
H1.HeaderClassName
{
color: #ECD05E;
}
.AnyTagClassName
{
color: #ECD05E;
}
</style>
background-color css
<style>
a { background-color: #ECD05E; }
a { background-color: rgb(236,208,94); }
div.DivClassName
{
background-color: #ECD05E;
}
.BgClassName
{
background-color: #ECD05E;
}
</style>
border-color css
<style>
span { border-color: #ECD05E; }
span { border-color: rgb(236,208,94); }
td.TdClassName
{
border-color: #ECD05E;
}
.TagClassName
{
border-color: #ECD05E;
}
</style>