Shades of Portafino #EDE89B
Tints of Portafino #EDE89B
RGB
CMYK
RGB Variations
Color information
#EDE89B (or 0xEDE89B) is known color: Portafino. HEX triplet: ED, E8 and 9B. RGB value is (237,232,155). Sum of RGB (Red+Green+Blue) = 237+232+155=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE89B is #121764. Grayscale: #E1E1E1. Windows color (decimal): -1185637 or 10217709. OLE color: 10217709.
HSL color Cylindrical-coordinate representation of color #EDE89B: hue angle of 56.34º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDE89B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 155 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.07 |
| HSL | 56.34º | 0.69% | 0.77% | - |
| HSV(B) | 56.34º | 0.35% | 0.93% | - |
| XYZ | 69.7 | 78.08 | 42.41 | - |
| YUV | 224.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 155 | 0 | 0.02 | 0.35 | 0.07 | 56.34 | 0.69 | 0.77 |
| Hex | ED | E8 | 9B | 0 | 2 | 23 | 7 | 38 | 45 | 4D |
| Octal | 355 | 350 | 233 | 0 | 2 | 43 | 7 | 70 | 105 | 115 |
| Binary | 11101101 | 11101000 | 10011011 | 0 | 10 | 100011 | 111 | 111000 | 1000101 | 1001101 |
Color Harmonies of #EDE89B
Complementary color
Monochromatic Colors of #EDE89B
Black with #EDE89B
Text Example
Text Example
White with #EDE89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE89B; }
p { color: rgb(237,232,155); }
H1.HeaderClassName
{
color: #EDE89B;
}
.AnyTagClassName
{
color: #EDE89B;
}
</style>
background-color css
<style>
a { background-color: #EDE89B; }
a { background-color: rgb(237,232,155); }
div.DivClassName
{
background-color: #EDE89B;
}
.BgClassName
{
background-color: #EDE89B;
}
</style>
border-color css
<style>
span { border-color: #EDE89B; }
span { border-color: rgb(237,232,155); }
td.TdClassName
{
border-color: #EDE89B;
}
.TagClassName
{
border-color: #EDE89B;
}
</style>