Shades of Portafino #EDE89D
Tints of Portafino #EDE89D
RGB
CMYK
RGB Variations
Color information
#EDE89D (or 0xEDE89D) is known color: Portafino. HEX triplet: ED, E8 and 9D. RGB value is (237,232,157). Sum of RGB (Red+Green+Blue) = 237+232+157=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 157 (61.72% from 255 or 25.08% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE89D is #121762. Grayscale: #E1E1E1. Windows color (decimal): -1185635 or 10348781. OLE color: 10348781.
HSL color Cylindrical-coordinate representation of color #EDE89D: hue angle of 56.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDE89D is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 157 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.07 |
| HSL | 56.25º | 0.69% | 0.77% | - |
| HSV(B) | 56.25º | 0.34% | 0.93% | - |
| XYZ | 69.87 | 78.15 | 43.3 | - |
| YUV | 224.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 157 | 0 | 0.02 | 0.34 | 0.07 | 56.25 | 0.69 | 0.77 |
| Hex | ED | E8 | 9D | 0 | 2 | 22 | 7 | 38 | 45 | 4D |
| Octal | 355 | 350 | 235 | 0 | 2 | 42 | 7 | 70 | 105 | 115 |
| Binary | 11101101 | 11101000 | 10011101 | 0 | 10 | 100010 | 111 | 111000 | 1000101 | 1001101 |
Color Harmonies of #EDE89D
Complementary color
Monochromatic Colors of #EDE89D
Black with #EDE89D
Text Example
Text Example
White with #EDE89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE89D; }
p { color: rgb(237,232,157); }
H1.HeaderClassName
{
color: #EDE89D;
}
.AnyTagClassName
{
color: #EDE89D;
}
</style>
background-color css
<style>
a { background-color: #EDE89D; }
a { background-color: rgb(237,232,157); }
div.DivClassName
{
background-color: #EDE89D;
}
.BgClassName
{
background-color: #EDE89D;
}
</style>
border-color css
<style>
span { border-color: #EDE89D; }
span { border-color: rgb(237,232,157); }
td.TdClassName
{
border-color: #EDE89D;
}
.TagClassName
{
border-color: #EDE89D;
}
</style>