Shades of Portica #ECCB55
Tints of Portica #ECCB55
RGB
CMYK
RGB Variations
Color information
#ECCB55 (or 0xECCB55) is known color: Portica. HEX triplet: EC, CB and 55. RGB value is (236,203,85). Sum of RGB (Red+Green+Blue) = 236+203+85=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB55 is #1334AA. Grayscale: #C7C7C7. Windows color (decimal): -1258667 or 5622764. OLE color: 5622764.
HSL color Cylindrical-coordinate representation of color #ECCB55: hue angle of 46.89º 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 #ECCB55 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 85 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.07 |
| HSL | 46.89º | 0.8% | 0.63% | - |
| HSV(B) | 46.89º | 0.64% | 0.93% | - |
| XYZ | 57.59 | 61.2 | 17.37 | - |
| YUV | 199.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 85 | 0 | 0.14 | 0.64 | 0.07 | 46.89 | 0.8 | 0.63 |
| Hex | EC | CB | 55 | 0 | E | 40 | 7 | 2F | 50 | 3F |
| Octal | 354 | 313 | 125 | 0 | 16 | 100 | 7 | 57 | 120 | 77 |
| Binary | 11101100 | 11001011 | 1010101 | 0 | 1110 | 1000000 | 111 | 101111 | 1010000 | 111111 |
Color Harmonies of #ECCB55
Complementary color
Monochromatic Colors of #ECCB55
Black with #ECCB55
Text Example
Text Example
White with #ECCB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB55; }
p { color: rgb(236,203,85); }
H1.HeaderClassName
{
color: #ECCB55;
}
.AnyTagClassName
{
color: #ECCB55;
}
</style>
background-color css
<style>
a { background-color: #ECCB55; }
a { background-color: rgb(236,203,85); }
div.DivClassName
{
background-color: #ECCB55;
}
.BgClassName
{
background-color: #ECCB55;
}
</style>
border-color css
<style>
span { border-color: #ECCB55; }
span { border-color: rgb(236,203,85); }
td.TdClassName
{
border-color: #ECCB55;
}
.TagClassName
{
border-color: #ECCB55;
}
</style>