Shades of Portafino #EDE99D
Tints of Portafino #EDE99D
RGB
CMYK
RGB Variations
Color information
#EDE99D (or 0xEDE99D) is known color: Portafino. HEX triplet: ED, E9 and 9D. RGB value is (237,233,157). Sum of RGB (Red+Green+Blue) = 237+233+157=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE99D is #121662. Grayscale: #E1E1E1. Windows color (decimal): -1185379 or 10349037. OLE color: 10349037.
HSL color Cylindrical-coordinate representation of color #EDE99D: hue angle of 57º 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 #EDE99D is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 157 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.07 |
| HSL | 57º | 0.69% | 0.77% | - |
| HSV(B) | 57º | 0.34% | 0.93% | - |
| XYZ | 70.15 | 78.72 | 43.39 | - |
| YUV | 225.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 157 | 0 | 0.02 | 0.34 | 0.07 | 57 | 0.69 | 0.77 |
| Hex | ED | E9 | 9D | 0 | 2 | 22 | 7 | 39 | 45 | 4D |
| Octal | 355 | 351 | 235 | 0 | 2 | 42 | 7 | 71 | 105 | 115 |
| Binary | 11101101 | 11101001 | 10011101 | 0 | 10 | 100010 | 111 | 111001 | 1000101 | 1001101 |
Color Harmonies of #EDE99D
Complementary color
Monochromatic Colors of #EDE99D
Black with #EDE99D
Text Example
Text Example
White with #EDE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE99D; }
p { color: rgb(237,233,157); }
H1.HeaderClassName
{
color: #EDE99D;
}
.AnyTagClassName
{
color: #EDE99D;
}
</style>
background-color css
<style>
a { background-color: #EDE99D; }
a { background-color: rgb(237,233,157); }
div.DivClassName
{
background-color: #EDE99D;
}
.BgClassName
{
background-color: #EDE99D;
}
</style>
border-color css
<style>
span { border-color: #EDE99D; }
span { border-color: rgb(237,233,157); }
td.TdClassName
{
border-color: #EDE99D;
}
.TagClassName
{
border-color: #EDE99D;
}
</style>