Shades of Portica #ECCD55
Tints of Portica #ECCD55
RGB
CMYK
RGB Variations
Color information
#ECCD55 (or 0xECCD55) is known color: Portica. HEX triplet: EC, CD and 55. RGB value is (236,205,85). Sum of RGB (Red+Green+Blue) = 236+205+85=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD55 is #1332AA. Grayscale: #C9C9C9. Windows color (decimal): -1258155 or 5623276. OLE color: 5623276.
HSL color Cylindrical-coordinate representation of color #ECCD55: hue angle of 47.68º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECCD55 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 85 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.07 |
| HSL | 47.68º | 0.8% | 0.63% | - |
| HSV(B) | 47.68º | 0.64% | 0.93% | - |
| XYZ | 58.06 | 62.15 | 17.53 | - |
| YUV | 200.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 85 | 0 | 0.13 | 0.64 | 0.07 | 47.68 | 0.8 | 0.63 |
| Hex | EC | CD | 55 | 0 | D | 40 | 7 | 30 | 50 | 3F |
| Octal | 354 | 315 | 125 | 0 | 15 | 100 | 7 | 60 | 120 | 77 |
| Binary | 11101100 | 11001101 | 1010101 | 0 | 1101 | 1000000 | 111 | 110000 | 1010000 | 111111 |
Color Harmonies of #ECCD55
Complementary color
Monochromatic Colors of #ECCD55
Black with #ECCD55
Text Example
Text Example
White with #ECCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD55; }
p { color: rgb(236,205,85); }
H1.HeaderClassName
{
color: #ECCD55;
}
.AnyTagClassName
{
color: #ECCD55;
}
</style>
background-color css
<style>
a { background-color: #ECCD55; }
a { background-color: rgb(236,205,85); }
div.DivClassName
{
background-color: #ECCD55;
}
.BgClassName
{
background-color: #ECCD55;
}
</style>
border-color css
<style>
span { border-color: #ECCD55; }
span { border-color: rgb(236,205,85); }
td.TdClassName
{
border-color: #ECCD55;
}
.TagClassName
{
border-color: #ECCD55;
}
</style>