Shades of Portafino #EDEBA1
Tints of Portafino #EDEBA1
RGB
CMYK
RGB Variations
Color information
#EDEBA1 (or 0xEDEBA1) is known color: Portafino. HEX triplet: ED, EB and A1. RGB value is (237,235,161). Sum of RGB (Red+Green+Blue) = 237+235+161=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBA1 is #12145E. Grayscale: #E3E3E3. Windows color (decimal): -1184863 or 10611693. OLE color: 10611693.
HSL color Cylindrical-coordinate representation of color #EDEBA1: hue angle of 58.42º degrees, saturation: 0.68, 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 #EDEBA1 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 161 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.07 |
| HSL | 58.42º | 0.68% | 0.78% | - |
| HSV(B) | 58.42º | 0.32% | 0.93% | - |
| XYZ | 71.07 | 79.99 | 45.41 | - |
| YUV | 227.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 161 | 0 | 0.01 | 0.32 | 0.07 | 58.42 | 0.68 | 0.78 |
| Hex | ED | EB | A1 | 0 | 1 | 20 | 7 | 3A | 44 | 4E |
| Octal | 355 | 353 | 241 | 0 | 1 | 40 | 7 | 72 | 104 | 116 |
| Binary | 11101101 | 11101011 | 10100001 | 0 | 1 | 100000 | 111 | 111010 | 1000100 | 1001110 |
Color Harmonies of #EDEBA1
Complementary color
Monochromatic Colors of #EDEBA1
Black with #EDEBA1
Text Example
Text Example
White with #EDEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBA1; }
p { color: rgb(237,235,161); }
H1.HeaderClassName
{
color: #EDEBA1;
}
.AnyTagClassName
{
color: #EDEBA1;
}
</style>
background-color css
<style>
a { background-color: #EDEBA1; }
a { background-color: rgb(237,235,161); }
div.DivClassName
{
background-color: #EDEBA1;
}
.BgClassName
{
background-color: #EDEBA1;
}
</style>
border-color css
<style>
span { border-color: #EDEBA1; }
span { border-color: rgb(237,235,161); }
td.TdClassName
{
border-color: #EDEBA1;
}
.TagClassName
{
border-color: #EDEBA1;
}
</style>