Shades of Portica #ECCC5A
Tints of Portica #ECCC5A
RGB
CMYK
RGB Variations
Color information
#ECCC5A (or 0xECCC5A) is known color: Portica. HEX triplet: EC, CC and 5A. RGB value is (236,204,90). Sum of RGB (Red+Green+Blue) = 236+204+90=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC5A is #1333A5. Grayscale: #C9C9C9. Windows color (decimal): -1258406 or 5950700. OLE color: 5950700.
HSL color Cylindrical-coordinate representation of color #ECCC5A: hue angle of 46.85º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECCC5A is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 90 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.07 |
| HSL | 46.85º | 0.79% | 0.64% | - |
| HSV(B) | 46.85º | 0.62% | 0.93% | - |
| XYZ | 58.03 | 61.76 | 18.53 | - |
| YUV | 200.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 90 | 0 | 0.14 | 0.62 | 0.07 | 46.85 | 0.79 | 0.64 |
| Hex | EC | CC | 5A | 0 | E | 3E | 7 | 2F | 4F | 40 |
| Octal | 354 | 314 | 132 | 0 | 16 | 76 | 7 | 57 | 117 | 100 |
| Binary | 11101100 | 11001100 | 1011010 | 0 | 1110 | 111110 | 111 | 101111 | 1001111 | 1000000 |
Color Harmonies of #ECCC5A
Complementary color
Monochromatic Colors of #ECCC5A
Black with #ECCC5A
Text Example
Text Example
White with #ECCC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC5A; }
p { color: rgb(236,204,90); }
H1.HeaderClassName
{
color: #ECCC5A;
}
.AnyTagClassName
{
color: #ECCC5A;
}
</style>
background-color css
<style>
a { background-color: #ECCC5A; }
a { background-color: rgb(236,204,90); }
div.DivClassName
{
background-color: #ECCC5A;
}
.BgClassName
{
background-color: #ECCC5A;
}
</style>
border-color css
<style>
span { border-color: #ECCC5A; }
span { border-color: rgb(236,204,90); }
td.TdClassName
{
border-color: #ECCC5A;
}
.TagClassName
{
border-color: #ECCC5A;
}
</style>