Shades of Portafino #EDF19E
Tints of Portafino #EDF19E
RGB
CMYK
RGB Variations
Color information
#EDF19E (or 0xEDF19E) is known color: Portafino. HEX triplet: ED, F1 and 9E. RGB value is (237,241,158). Sum of RGB (Red+Green+Blue) = 237+241+158=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 158 (62.11% from 255 or 24.84% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF19E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF19E is #120E61. Grayscale: #E6E6E6. Windows color (decimal): -1183330 or 10416621. OLE color: 10416621.
HSL color Cylindrical-coordinate representation of color #EDF19E: hue angle of 62.89º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDF19E is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 158 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.05 |
| HSL | 62.89º | 0.75% | 0.78% | - |
| HSV(B) | 62.89º | 0.34% | 0.95% | - |
| XYZ | 72.55 | 83.38 | 44.62 | - |
| YUV | 230.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 158 | 0.02 | 0 | 0.34 | 0.05 | 62.89 | 0.75 | 0.78 |
| Hex | ED | F1 | 9E | 2 | 0 | 22 | 5 | 3F | 4B | 4E |
| Octal | 355 | 361 | 236 | 2 | 0 | 42 | 5 | 77 | 113 | 116 |
| Binary | 11101101 | 11110001 | 10011110 | 10 | 0 | 100010 | 101 | 111111 | 1001011 | 1001110 |
Color Harmonies of #EDF19E
Complementary color
Monochromatic Colors of #EDF19E
Black with #EDF19E
Text Example
Text Example
White with #EDF19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF19E; }
p { color: rgb(237,241,158); }
H1.HeaderClassName
{
color: #EDF19E;
}
.AnyTagClassName
{
color: #EDF19E;
}
</style>
background-color css
<style>
a { background-color: #EDF19E; }
a { background-color: rgb(237,241,158); }
div.DivClassName
{
background-color: #EDF19E;
}
.BgClassName
{
background-color: #EDF19E;
}
</style>
border-color css
<style>
span { border-color: #EDF19E; }
span { border-color: rgb(237,241,158); }
td.TdClassName
{
border-color: #EDF19E;
}
.TagClassName
{
border-color: #EDF19E;
}
</style>