Shades of Portafino #EDE99E
Tints of Portafino #EDE99E
RGB
CMYK
RGB Variations
Color information
#EDE99E (or 0xEDE99E) is known color: Portafino. HEX triplet: ED, E9 and 9E. RGB value is (237,233,158). Sum of RGB (Red+Green+Blue) = 237+233+158=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE99E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE99E is #121661. Grayscale: #E1E1E1. Windows color (decimal): -1185378 or 10414573. OLE color: 10414573.
HSL color Cylindrical-coordinate representation of color #EDE99E: hue angle of 56.96º 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 #EDE99E is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 158 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.07 |
| HSL | 56.96º | 0.69% | 0.77% | - |
| HSV(B) | 56.96º | 0.33% | 0.93% | - |
| XYZ | 70.24 | 78.75 | 43.85 | - |
| YUV | 225.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 158 | 0 | 0.02 | 0.33 | 0.07 | 56.96 | 0.69 | 0.77 |
| Hex | ED | E9 | 9E | 0 | 2 | 21 | 7 | 39 | 45 | 4D |
| Octal | 355 | 351 | 236 | 0 | 2 | 41 | 7 | 71 | 105 | 115 |
| Binary | 11101101 | 11101001 | 10011110 | 0 | 10 | 100001 | 111 | 111001 | 1000101 | 1001101 |
Color Harmonies of #EDE99E
Complementary color
Monochromatic Colors of #EDE99E
Black with #EDE99E
Text Example
Text Example
White with #EDE99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE99E; }
p { color: rgb(237,233,158); }
H1.HeaderClassName
{
color: #EDE99E;
}
.AnyTagClassName
{
color: #EDE99E;
}
</style>
background-color css
<style>
a { background-color: #EDE99E; }
a { background-color: rgb(237,233,158); }
div.DivClassName
{
background-color: #EDE99E;
}
.BgClassName
{
background-color: #EDE99E;
}
</style>
border-color css
<style>
span { border-color: #EDE99E; }
span { border-color: rgb(237,233,158); }
td.TdClassName
{
border-color: #EDE99E;
}
.TagClassName
{
border-color: #EDE99E;
}
</style>