Shades of Portafino #EDEA97
Tints of Portafino #EDEA97
RGB
CMYK
RGB Variations
Color information
#EDEA97 (or 0xEDEA97) is known color: Portafino. HEX triplet: ED, EA and 97. RGB value is (237,234,151). Sum of RGB (Red+Green+Blue) = 237+234+151=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 151 (59.38% from 255 or 24.28% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA97 is #121568. Grayscale: #E1E1E1. Windows color (decimal): -1185129 or 9956077. OLE color: 9956077.
HSL color Cylindrical-coordinate representation of color #EDEA97: hue angle of 57.91º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDEA97 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 151 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.07 |
| HSL | 57.91º | 0.7% | 0.76% | - |
| HSV(B) | 57.91º | 0.36% | 0.93% | - |
| XYZ | 69.93 | 79.08 | 40.86 | - |
| YUV | 225.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 151 | 0 | 0.01 | 0.36 | 0.07 | 57.91 | 0.7 | 0.76 |
| Hex | ED | EA | 97 | 0 | 1 | 24 | 7 | 3A | 46 | 4C |
| Octal | 355 | 352 | 227 | 0 | 1 | 44 | 7 | 72 | 106 | 114 |
| Binary | 11101101 | 11101010 | 10010111 | 0 | 1 | 100100 | 111 | 111010 | 1000110 | 1001100 |
Color Harmonies of #EDEA97
Complementary color
Monochromatic Colors of #EDEA97
Black with #EDEA97
Text Example
Text Example
White with #EDEA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA97; }
p { color: rgb(237,234,151); }
H1.HeaderClassName
{
color: #EDEA97;
}
.AnyTagClassName
{
color: #EDEA97;
}
</style>
background-color css
<style>
a { background-color: #EDEA97; }
a { background-color: rgb(237,234,151); }
div.DivClassName
{
background-color: #EDEA97;
}
.BgClassName
{
background-color: #EDEA97;
}
</style>
border-color css
<style>
span { border-color: #EDEA97; }
span { border-color: rgb(237,234,151); }
td.TdClassName
{
border-color: #EDEA97;
}
.TagClassName
{
border-color: #EDEA97;
}
</style>