Shades of Portafino #ECED9F
Tints of Portafino #ECED9F
RGB
CMYK
RGB Variations
Color information
#ECED9F (or 0xECED9F) is known color: Portafino. HEX triplet: EC, ED and 9F. RGB value is (236,237,159). Sum of RGB (Red+Green+Blue) = 236+237+159=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED9F is #131260. Grayscale: #E4E4E4. Windows color (decimal): -1249889 or 10481132. OLE color: 10481132.
HSL color Cylindrical-coordinate representation of color #ECED9F: hue angle of 60.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECED9F is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 159 | - |
CMYK | 0.00 | 0 | 0.33 | 0.07 |
HSL | 60.77º | 0.68% | 0.78% | - |
HSV(B) | 60.77º | 0.33% | 0.93% | - |
XYZ | 71.13 | 80.9 | 44.67 | - |
YUV | 227.81 | 89.17 | 133.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 159 | 0.00 | 0 | 0.33 | 0.07 | 60.77 | 0.68 | 0.78 |
Hex | EC | ED | 9F | 0 | 0 | 21 | 7 | 3D | 44 | 4E |
Octal | 354 | 355 | 237 | 0 | 0 | 41 | 7 | 75 | 104 | 116 |
Binary | 11101100 | 11101101 | 10011111 | 0 | 0 | 100001 | 111 | 111101 | 1000100 | 1001110 |
Color Harmonies of #ECED9F
Complementary color
Monochromatic Colors of #ECED9F
Black with #ECED9F
Text Example
Text Example
White with #ECED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED9F; }
p { color: rgb(236,237,159); }
H1.HeaderClassName
{
color: #ECED9F;
}
.AnyTagClassName
{
color: #ECED9F;
}
</style>
background-color css
<style>
a { background-color: #ECED9F; }
a { background-color: rgb(236,237,159); }
div.DivClassName
{
background-color: #ECED9F;
}
.BgClassName
{
background-color: #ECED9F;
}
</style>
border-color css
<style>
span { border-color: #ECED9F; }
span { border-color: rgb(236,237,159); }
td.TdClassName
{
border-color: #ECED9F;
}
.TagClassName
{
border-color: #ECED9F;
}
</style>