Shades of Portica #ECCE5B
Tints of Portica #ECCE5B
RGB
CMYK
RGB Variations
Color information
#ECCE5B (or 0xECCE5B) is known color: Portica. HEX triplet: EC, CE and 5B. RGB value is (236,206,91). Sum of RGB (Red+Green+Blue) = 236+206+91=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE5B is #1331A4. Grayscale: #CACACA. Windows color (decimal): -1257893 or 6016748. OLE color: 6016748.
HSL color Cylindrical-coordinate representation of color #ECCE5B: hue angle of 47.59º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECCE5B is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 91 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.07 |
| HSL | 47.59º | 0.79% | 0.64% | - |
| HSV(B) | 47.59º | 0.61% | 0.93% | - |
| XYZ | 58.55 | 62.73 | 18.92 | - |
| YUV | 201.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 91 | 0 | 0.13 | 0.61 | 0.07 | 47.59 | 0.79 | 0.64 |
| Hex | EC | CE | 5B | 0 | D | 3D | 7 | 30 | 4F | 40 |
| Octal | 354 | 316 | 133 | 0 | 15 | 75 | 7 | 60 | 117 | 100 |
| Binary | 11101100 | 11001110 | 1011011 | 0 | 1101 | 111101 | 111 | 110000 | 1001111 | 1000000 |
Color Harmonies of #ECCE5B
Complementary color
Monochromatic Colors of #ECCE5B
Black with #ECCE5B
Text Example
Text Example
White with #ECCE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE5B; }
p { color: rgb(236,206,91); }
H1.HeaderClassName
{
color: #ECCE5B;
}
.AnyTagClassName
{
color: #ECCE5B;
}
</style>
background-color css
<style>
a { background-color: #ECCE5B; }
a { background-color: rgb(236,206,91); }
div.DivClassName
{
background-color: #ECCE5B;
}
.BgClassName
{
background-color: #ECCE5B;
}
</style>
border-color css
<style>
span { border-color: #ECCE5B; }
span { border-color: rgb(236,206,91); }
td.TdClassName
{
border-color: #ECCE5B;
}
.TagClassName
{
border-color: #ECCE5B;
}
</style>