Shades of Portafino #EDF09F
Tints of Portafino #EDF09F
RGB
CMYK
RGB Variations
Color information
#EDF09F (or 0xEDF09F) is known color: Portafino. HEX triplet: ED, F0 and 9F. RGB value is (237,240,159). Sum of RGB (Red+Green+Blue) = 237+240+159=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 159 (62.5% from 255 or 25% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF09F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF09F is #120F60. Grayscale: #E6E6E6. Windows color (decimal): -1183585 or 10481901. OLE color: 10481901.
HSL color Cylindrical-coordinate representation of color #EDF09F: hue angle of 62.22º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDF09F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 159 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.06 |
| HSL | 62.22º | 0.73% | 0.78% | - |
| HSV(B) | 62.22º | 0.34% | 0.94% | - |
| XYZ | 72.34 | 82.83 | 44.98 | - |
| YUV | 229.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 159 | 0.01 | 0 | 0.34 | 0.06 | 62.22 | 0.73 | 0.78 |
| Hex | ED | F0 | 9F | 1 | 0 | 22 | 6 | 3E | 49 | 4E |
| Octal | 355 | 360 | 237 | 1 | 0 | 42 | 6 | 76 | 111 | 116 |
| Binary | 11101101 | 11110000 | 10011111 | 1 | 0 | 100010 | 110 | 111110 | 1001001 | 1001110 |
Color Harmonies of #EDF09F
Complementary color
Monochromatic Colors of #EDF09F
Black with #EDF09F
Text Example
Text Example
White with #EDF09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF09F; }
p { color: rgb(237,240,159); }
H1.HeaderClassName
{
color: #EDF09F;
}
.AnyTagClassName
{
color: #EDF09F;
}
</style>
background-color css
<style>
a { background-color: #EDF09F; }
a { background-color: rgb(237,240,159); }
div.DivClassName
{
background-color: #EDF09F;
}
.BgClassName
{
background-color: #EDF09F;
}
</style>
border-color css
<style>
span { border-color: #EDF09F; }
span { border-color: rgb(237,240,159); }
td.TdClassName
{
border-color: #EDF09F;
}
.TagClassName
{
border-color: #EDF09F;
}
</style>