Shades of Portafino #EDEF9F
Tints of Portafino #EDEF9F
RGB
CMYK
RGB Variations
Color information
#EDEF9F (or 0xEDEF9F) is known color: Portafino. HEX triplet: ED, EF and 9F. RGB value is (237,239,159). Sum of RGB (Red+Green+Blue) = 237+239+159=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 159 (62.5% from 255 or 25.04% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF9F is #121060. Grayscale: #E5E5E5. Windows color (decimal): -1183841 or 10481645. OLE color: 10481645.
HSL color Cylindrical-coordinate representation of color #EDEF9F: hue angle of 61.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDEF9F is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 159 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.06 |
| HSL | 61.5º | 0.71% | 0.78% | - |
| HSV(B) | 61.5º | 0.33% | 0.94% | - |
| XYZ | 72.05 | 82.24 | 44.88 | - |
| YUV | 229.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 159 | 0.01 | 0 | 0.33 | 0.06 | 61.5 | 0.71 | 0.78 |
| Hex | ED | EF | 9F | 1 | 0 | 21 | 6 | 3E | 47 | 4E |
| Octal | 355 | 357 | 237 | 1 | 0 | 41 | 6 | 76 | 107 | 116 |
| Binary | 11101101 | 11101111 | 10011111 | 1 | 0 | 100001 | 110 | 111110 | 1000111 | 1001110 |
Color Harmonies of #EDEF9F
Complementary color
Monochromatic Colors of #EDEF9F
Black with #EDEF9F
Text Example
Text Example
White with #EDEF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF9F; }
p { color: rgb(237,239,159); }
H1.HeaderClassName
{
color: #EDEF9F;
}
.AnyTagClassName
{
color: #EDEF9F;
}
</style>
background-color css
<style>
a { background-color: #EDEF9F; }
a { background-color: rgb(237,239,159); }
div.DivClassName
{
background-color: #EDEF9F;
}
.BgClassName
{
background-color: #EDEF9F;
}
</style>
border-color css
<style>
span { border-color: #EDEF9F; }
span { border-color: rgb(237,239,159); }
td.TdClassName
{
border-color: #EDEF9F;
}
.TagClassName
{
border-color: #EDEF9F;
}
</style>