Shades of Portica #ECCE5A
Tints of Portica #ECCE5A
RGB
CMYK
RGB Variations
Color information
#ECCE5A (or 0xECCE5A) is known color: Portica. HEX triplet: EC, CE and 5A. RGB value is (236,206,90). Sum of RGB (Red+Green+Blue) = 236+206+90=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE5A is #1331A5. Grayscale: #CACACA. Windows color (decimal): -1257894 or 5951212. OLE color: 5951212.
HSL color Cylindrical-coordinate representation of color #ECCE5A: hue angle of 47.67º 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 #ECCE5A is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 90 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.07 |
| HSL | 47.67º | 0.79% | 0.64% | - |
| HSV(B) | 47.67º | 0.62% | 0.93% | - |
| XYZ | 58.51 | 62.71 | 18.69 | - |
| YUV | 201.75 | 64.94 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 90 | 0 | 0.13 | 0.62 | 0.07 | 47.67 | 0.79 | 0.64 |
| Hex | EC | CE | 5A | 0 | D | 3E | 7 | 30 | 4F | 40 |
| Octal | 354 | 316 | 132 | 0 | 15 | 76 | 7 | 60 | 117 | 100 |
| Binary | 11101100 | 11001110 | 1011010 | 0 | 1101 | 111110 | 111 | 110000 | 1001111 | 1000000 |
Color Harmonies of #ECCE5A
Complementary color
Monochromatic Colors of #ECCE5A
Black with #ECCE5A
Text Example
Text Example
White with #ECCE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE5A; }
p { color: rgb(236,206,90); }
H1.HeaderClassName
{
color: #ECCE5A;
}
.AnyTagClassName
{
color: #ECCE5A;
}
</style>
background-color css
<style>
a { background-color: #ECCE5A; }
a { background-color: rgb(236,206,90); }
div.DivClassName
{
background-color: #ECCE5A;
}
.BgClassName
{
background-color: #ECCE5A;
}
</style>
border-color css
<style>
span { border-color: #ECCE5A; }
span { border-color: rgb(236,206,90); }
td.TdClassName
{
border-color: #ECCE5A;
}
.TagClassName
{
border-color: #ECCE5A;
}
</style>