Shades of Portafino #EDEF9C
Tints of Portafino #EDEF9C
RGB
CMYK
RGB Variations
Color information
#EDEF9C (or 0xEDEF9C) is known color: Portafino. HEX triplet: ED, EF and 9C. RGB value is (237,239,156). Sum of RGB (Red+Green+Blue) = 237+239+156=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 156 (61.33% from 255 or 24.68% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF9C is #121063. Grayscale: #E5E5E5. Windows color (decimal): -1183844 or 10285037. OLE color: 10285037.
HSL color Cylindrical-coordinate representation of color #EDEF9C: hue angle of 61.45º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDEF9C is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 156 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.06 |
| HSL | 61.45º | 0.72% | 0.77% | - |
| HSV(B) | 61.45º | 0.35% | 0.94% | - |
| XYZ | 71.79 | 82.14 | 43.52 | - |
| YUV | 228.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 156 | 0.01 | 0 | 0.35 | 0.06 | 61.45 | 0.72 | 0.77 |
| Hex | ED | EF | 9C | 1 | 0 | 23 | 6 | 3D | 48 | 4D |
| Octal | 355 | 357 | 234 | 1 | 0 | 43 | 6 | 75 | 110 | 115 |
| Binary | 11101101 | 11101111 | 10011100 | 1 | 0 | 100011 | 110 | 111101 | 1001000 | 1001101 |
Color Harmonies of #EDEF9C
Complementary color
Monochromatic Colors of #EDEF9C
Black with #EDEF9C
Text Example
Text Example
White with #EDEF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF9C; }
p { color: rgb(237,239,156); }
H1.HeaderClassName
{
color: #EDEF9C;
}
.AnyTagClassName
{
color: #EDEF9C;
}
</style>
background-color css
<style>
a { background-color: #EDEF9C; }
a { background-color: rgb(237,239,156); }
div.DivClassName
{
background-color: #EDEF9C;
}
.BgClassName
{
background-color: #EDEF9C;
}
</style>
border-color css
<style>
span { border-color: #EDEF9C; }
span { border-color: rgb(237,239,156); }
td.TdClassName
{
border-color: #EDEF9C;
}
.TagClassName
{
border-color: #EDEF9C;
}
</style>