Shades of Portafino #EDEEA1
Tints of Portafino #EDEEA1
RGB
CMYK
RGB Variations
Color information
#EDEEA1 (or 0xEDEEA1) is known color: Portafino. HEX triplet: ED, EE and A1. RGB value is (237,238,161). Sum of RGB (Red+Green+Blue) = 237+238+161=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEA1 is #12115E. Grayscale: #E5E5E5. Windows color (decimal): -1184095 or 10612461. OLE color: 10612461.
HSL color Cylindrical-coordinate representation of color #EDEEA1: hue angle of 60.78º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDEEA1 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 161 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.07 |
| HSL | 60.78º | 0.69% | 0.78% | - |
| HSV(B) | 60.78º | 0.32% | 0.93% | - |
| XYZ | 71.93 | 81.73 | 45.7 | - |
| YUV | 228.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 161 | 0.00 | 0 | 0.32 | 0.07 | 60.78 | 0.69 | 0.78 |
| Hex | ED | EE | A1 | 0 | 0 | 20 | 7 | 3D | 45 | 4E |
| Octal | 355 | 356 | 241 | 0 | 0 | 40 | 7 | 75 | 105 | 116 |
| Binary | 11101101 | 11101110 | 10100001 | 0 | 0 | 100000 | 111 | 111101 | 1000101 | 1001110 |
Color Harmonies of #EDEEA1
Complementary color
Monochromatic Colors of #EDEEA1
Black with #EDEEA1
Text Example
Text Example
White with #EDEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEA1; }
p { color: rgb(237,238,161); }
H1.HeaderClassName
{
color: #EDEEA1;
}
.AnyTagClassName
{
color: #EDEEA1;
}
</style>
background-color css
<style>
a { background-color: #EDEEA1; }
a { background-color: rgb(237,238,161); }
div.DivClassName
{
background-color: #EDEEA1;
}
.BgClassName
{
background-color: #EDEEA1;
}
</style>
border-color css
<style>
span { border-color: #EDEEA1; }
span { border-color: rgb(237,238,161); }
td.TdClassName
{
border-color: #EDEEA1;
}
.TagClassName
{
border-color: #EDEEA1;
}
</style>