Shades of Portica #ECCB56
Tints of Portica #ECCB56
RGB
CMYK
RGB Variations
Color information
#ECCB56 (or 0xECCB56) is known color: Portica. HEX triplet: EC, CB and 56. RGB value is (236,203,86). Sum of RGB (Red+Green+Blue) = 236+203+86=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB56 is #1334A9. Grayscale: #C8C8C8. Windows color (decimal): -1258666 or 5688300. OLE color: 5688300.
HSL color Cylindrical-coordinate representation of color #ECCB56: hue angle of 46.8º 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 #ECCB56 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 86 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.07 |
| HSL | 46.8º | 0.8% | 0.63% | - |
| HSV(B) | 46.8º | 0.64% | 0.93% | - |
| XYZ | 57.63 | 61.22 | 17.58 | - |
| YUV | 199.53 | 63.93 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 86 | 0 | 0.14 | 0.64 | 0.07 | 46.8 | 0.8 | 0.63 |
| Hex | EC | CB | 56 | 0 | E | 40 | 7 | 2F | 50 | 3F |
| Octal | 354 | 313 | 126 | 0 | 16 | 100 | 7 | 57 | 120 | 77 |
| Binary | 11101100 | 11001011 | 1010110 | 0 | 1110 | 1000000 | 111 | 101111 | 1010000 | 111111 |
Color Harmonies of #ECCB56
Complementary color
Monochromatic Colors of #ECCB56
Black with #ECCB56
Text Example
Text Example
White with #ECCB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB56; }
p { color: rgb(236,203,86); }
H1.HeaderClassName
{
color: #ECCB56;
}
.AnyTagClassName
{
color: #ECCB56;
}
</style>
background-color css
<style>
a { background-color: #ECCB56; }
a { background-color: rgb(236,203,86); }
div.DivClassName
{
background-color: #ECCB56;
}
.BgClassName
{
background-color: #ECCB56;
}
</style>
border-color css
<style>
span { border-color: #ECCB56; }
span { border-color: rgb(236,203,86); }
td.TdClassName
{
border-color: #ECCB56;
}
.TagClassName
{
border-color: #ECCB56;
}
</style>