Shades of Portafino #ECED9C
Tints of Portafino #ECED9C
RGB
CMYK
RGB Variations
Color information
#ECED9C (or 0xECED9C) is known color: Portafino. HEX triplet: EC, ED and 9C. RGB value is (236,237,156). Sum of RGB (Red+Green+Blue) = 236+237+156=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 156 (61.33% from 255 or 24.80% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED9C is #131263. Grayscale: #E3E3E3. Windows color (decimal): -1249892 or 10284524. OLE color: 10284524.
HSL color Cylindrical-coordinate representation of color #ECED9C: hue angle of 60.74º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECED9C is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 156 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.07 |
| HSL | 60.74º | 0.69% | 0.77% | - |
| HSV(B) | 60.74º | 0.34% | 0.93% | - |
| XYZ | 70.88 | 80.8 | 43.31 | - |
| YUV | 227.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 156 | 0.00 | 0 | 0.34 | 0.07 | 60.74 | 0.69 | 0.77 |
| Hex | EC | ED | 9C | 0 | 0 | 22 | 7 | 3D | 45 | 4D |
| Octal | 354 | 355 | 234 | 0 | 0 | 42 | 7 | 75 | 105 | 115 |
| Binary | 11101100 | 11101101 | 10011100 | 0 | 0 | 100010 | 111 | 111101 | 1000101 | 1001101 |
Color Harmonies of #ECED9C
Complementary color
Monochromatic Colors of #ECED9C
Black with #ECED9C
Text Example
Text Example
White with #ECED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED9C; }
p { color: rgb(236,237,156); }
H1.HeaderClassName
{
color: #ECED9C;
}
.AnyTagClassName
{
color: #ECED9C;
}
</style>
background-color css
<style>
a { background-color: #ECED9C; }
a { background-color: rgb(236,237,156); }
div.DivClassName
{
background-color: #ECED9C;
}
.BgClassName
{
background-color: #ECED9C;
}
</style>
border-color css
<style>
span { border-color: #ECED9C; }
span { border-color: rgb(236,237,156); }
td.TdClassName
{
border-color: #ECED9C;
}
.TagClassName
{
border-color: #ECED9C;
}
</style>