Shades of Portica #ECD052
Tints of Portica #ECD052
RGB
CMYK
RGB Variations
Color information
#ECD052 (or 0xECD052) is known color: Portica. HEX triplet: EC, D0 and 52. RGB value is (236,208,82). Sum of RGB (Red+Green+Blue) = 236+208+82=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD052 is #132FAD. Grayscale: #CACACA. Windows color (decimal): -1257390 or 5427436. OLE color: 5427436.
HSL color Cylindrical-coordinate representation of color #ECD052: hue angle of 49.09º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECD052 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 82 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.07 |
| HSL | 49.09º | 0.8% | 0.62% | - |
| HSV(B) | 49.09º | 0.65% | 0.93% | - |
| XYZ | 58.67 | 63.55 | 17.16 | - |
| YUV | 202.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 82 | 0 | 0.12 | 0.65 | 0.07 | 49.09 | 0.8 | 0.62 |
| Hex | EC | D0 | 52 | 0 | C | 41 | 7 | 31 | 50 | 3E |
| Octal | 354 | 320 | 122 | 0 | 14 | 101 | 7 | 61 | 120 | 76 |
| Binary | 11101100 | 11010000 | 1010010 | 0 | 1100 | 1000001 | 111 | 110001 | 1010000 | 111110 |
Color Harmonies of #ECD052
Complementary color
Monochromatic Colors of #ECD052
Black with #ECD052
Text Example
Text Example
White with #ECD052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD052; }
p { color: rgb(236,208,82); }
H1.HeaderClassName
{
color: #ECD052;
}
.AnyTagClassName
{
color: #ECD052;
}
</style>
background-color css
<style>
a { background-color: #ECD052; }
a { background-color: rgb(236,208,82); }
div.DivClassName
{
background-color: #ECD052;
}
.BgClassName
{
background-color: #ECD052;
}
</style>
border-color css
<style>
span { border-color: #ECD052; }
span { border-color: rgb(236,208,82); }
td.TdClassName
{
border-color: #ECD052;
}
.TagClassName
{
border-color: #ECD052;
}
</style>