Shades of Portica #ECD35E
Tints of Portica #ECD35E
RGB
CMYK
RGB Variations
Color information
#ECD35E (or 0xECD35E) is known color: Portica. HEX triplet: EC, D3 and 5E. RGB value is (236,211,94). Sum of RGB (Red+Green+Blue) = 236+211+94=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD35E is #132CA1. Grayscale: #CDCDCD. Windows color (decimal): -1256610 or 6214636. OLE color: 6214636.
HSL color Cylindrical-coordinate representation of color #ECD35E: hue angle of 49.44º 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 #ECD35E is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 94 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.07 |
| HSL | 49.44º | 0.79% | 0.65% | - |
| HSV(B) | 49.44º | 0.6% | 0.93% | - |
| XYZ | 59.91 | 65.23 | 20.02 | - |
| YUV | 205.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 94 | 0 | 0.11 | 0.60 | 0.07 | 49.44 | 0.79 | 0.65 |
| Hex | EC | D3 | 5E | 0 | B | 3C | 7 | 31 | 4F | 41 |
| Octal | 354 | 323 | 136 | 0 | 13 | 74 | 7 | 61 | 117 | 101 |
| Binary | 11101100 | 11010011 | 1011110 | 0 | 1011 | 111100 | 111 | 110001 | 1001111 | 1000001 |
Color Harmonies of #ECD35E
Complementary color
Monochromatic Colors of #ECD35E
Black with #ECD35E
Text Example
Text Example
White with #ECD35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD35E; }
p { color: rgb(236,211,94); }
H1.HeaderClassName
{
color: #ECD35E;
}
.AnyTagClassName
{
color: #ECD35E;
}
</style>
background-color css
<style>
a { background-color: #ECD35E; }
a { background-color: rgb(236,211,94); }
div.DivClassName
{
background-color: #ECD35E;
}
.BgClassName
{
background-color: #ECD35E;
}
</style>
border-color css
<style>
span { border-color: #ECD35E; }
span { border-color: rgb(236,211,94); }
td.TdClassName
{
border-color: #ECD35E;
}
.TagClassName
{
border-color: #ECD35E;
}
</style>