Shades of Portafino #EDF19F
Tints of Portafino #EDF19F
RGB
CMYK
RGB Variations
Color information
#EDF19F (or 0xEDF19F) is known color: Portafino. HEX triplet: ED, F1 and 9F. RGB value is (237,241,159). Sum of RGB (Red+Green+Blue) = 237+241+159=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 159 (62.5% from 255 or 24.96% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF19F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF19F is #120E60. Grayscale: #E6E6E6. Windows color (decimal): -1183329 or 10482157. OLE color: 10482157.
HSL color Cylindrical-coordinate representation of color #EDF19F: hue angle of 62.93º 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 #EDF19F is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 159 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.05 |
| HSL | 62.93º | 0.75% | 0.78% | - |
| HSV(B) | 62.93º | 0.34% | 0.95% | - |
| XYZ | 72.64 | 83.42 | 45.07 | - |
| YUV | 230.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 159 | 0.02 | 0 | 0.34 | 0.05 | 62.93 | 0.75 | 0.78 |
| Hex | ED | F1 | 9F | 2 | 0 | 22 | 5 | 3F | 4B | 4E |
| Octal | 355 | 361 | 237 | 2 | 0 | 42 | 5 | 77 | 113 | 116 |
| Binary | 11101101 | 11110001 | 10011111 | 10 | 0 | 100010 | 101 | 111111 | 1001011 | 1001110 |
Color Harmonies of #EDF19F
Complementary color
Monochromatic Colors of #EDF19F
Black with #EDF19F
Text Example
Text Example
White with #EDF19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF19F; }
p { color: rgb(237,241,159); }
H1.HeaderClassName
{
color: #EDF19F;
}
.AnyTagClassName
{
color: #EDF19F;
}
</style>
background-color css
<style>
a { background-color: #EDF19F; }
a { background-color: rgb(237,241,159); }
div.DivClassName
{
background-color: #EDF19F;
}
.BgClassName
{
background-color: #EDF19F;
}
</style>
border-color css
<style>
span { border-color: #EDF19F; }
span { border-color: rgb(237,241,159); }
td.TdClassName
{
border-color: #EDF19F;
}
.TagClassName
{
border-color: #EDF19F;
}
</style>