Shades of Portica #ECCC55
Tints of Portica #ECCC55
RGB
CMYK
RGB Variations
Color information
#ECCC55 (or 0xECCC55) is known color: Portica. HEX triplet: EC, CC and 55. RGB value is (236,204,85). Sum of RGB (Red+Green+Blue) = 236+204+85=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC55 is #1333AA. Grayscale: #C8C8C8. Windows color (decimal): -1258411 or 5623020. OLE color: 5623020.
HSL color Cylindrical-coordinate representation of color #ECCC55: hue angle of 47.28º 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 #ECCC55 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 85 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.07 |
| HSL | 47.28º | 0.8% | 0.63% | - |
| HSV(B) | 47.28º | 0.64% | 0.93% | - |
| XYZ | 57.82 | 61.67 | 17.45 | - |
| YUV | 200 | 63.1 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 85 | 0 | 0.14 | 0.64 | 0.07 | 47.28 | 0.8 | 0.63 |
| Hex | EC | CC | 55 | 0 | E | 40 | 7 | 2F | 50 | 3F |
| Octal | 354 | 314 | 125 | 0 | 16 | 100 | 7 | 57 | 120 | 77 |
| Binary | 11101100 | 11001100 | 1010101 | 0 | 1110 | 1000000 | 111 | 101111 | 1010000 | 111111 |
Color Harmonies of #ECCC55
Complementary color
Monochromatic Colors of #ECCC55
Black with #ECCC55
Text Example
Text Example
White with #ECCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC55; }
p { color: rgb(236,204,85); }
H1.HeaderClassName
{
color: #ECCC55;
}
.AnyTagClassName
{
color: #ECCC55;
}
</style>
background-color css
<style>
a { background-color: #ECCC55; }
a { background-color: rgb(236,204,85); }
div.DivClassName
{
background-color: #ECCC55;
}
.BgClassName
{
background-color: #ECCC55;
}
</style>
border-color css
<style>
span { border-color: #ECCC55; }
span { border-color: rgb(236,204,85); }
td.TdClassName
{
border-color: #ECCC55;
}
.TagClassName
{
border-color: #ECCC55;
}
</style>