Shades of Portafino #EDE79E
Tints of Portafino #EDE79E
RGB
CMYK
RGB Variations
Color information
#EDE79E (or 0xEDE79E) is known color: Portafino. HEX triplet: ED, E7 and 9E. RGB value is (237,231,158). Sum of RGB (Red+Green+Blue) = 237+231+158=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 158 (62.11% from 255 or 25.24% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE79E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE79E is #121861. Grayscale: #E0E0E0. Windows color (decimal): -1185890 or 10414061. OLE color: 10414061.
HSL color Cylindrical-coordinate representation of color #EDE79E: hue angle of 55.44º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDE79E is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 158 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.07 |
| HSL | 55.44º | 0.69% | 0.77% | - |
| HSV(B) | 55.44º | 0.33% | 0.93% | - |
| XYZ | 69.67 | 77.62 | 43.66 | - |
| YUV | 224.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 158 | 0 | 0.03 | 0.33 | 0.07 | 55.44 | 0.69 | 0.77 |
| Hex | ED | E7 | 9E | 0 | 3 | 21 | 7 | 37 | 45 | 4D |
| Octal | 355 | 347 | 236 | 0 | 3 | 41 | 7 | 67 | 105 | 115 |
| Binary | 11101101 | 11100111 | 10011110 | 0 | 11 | 100001 | 111 | 110111 | 1000101 | 1001101 |
Color Harmonies of #EDE79E
Complementary color
Monochromatic Colors of #EDE79E
Black with #EDE79E
Text Example
Text Example
White with #EDE79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE79E; }
p { color: rgb(237,231,158); }
H1.HeaderClassName
{
color: #EDE79E;
}
.AnyTagClassName
{
color: #EDE79E;
}
</style>
background-color css
<style>
a { background-color: #EDE79E; }
a { background-color: rgb(237,231,158); }
div.DivClassName
{
background-color: #EDE79E;
}
.BgClassName
{
background-color: #EDE79E;
}
</style>
border-color css
<style>
span { border-color: #EDE79E; }
span { border-color: rgb(237,231,158); }
td.TdClassName
{
border-color: #EDE79E;
}
.TagClassName
{
border-color: #EDE79E;
}
</style>