Shades of Portafino #EDEBA0
Tints of Portafino #EDEBA0
RGB
CMYK
RGB Variations
Color information
#EDEBA0 (or 0xEDEBA0) is known color: Portafino. HEX triplet: ED, EB and A0. RGB value is (237,235,160). Sum of RGB (Red+Green+Blue) = 237+235+160=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBA0 is #12145F. Grayscale: #E3E3E3. Windows color (decimal): -1184864 or 10546157. OLE color: 10546157.
HSL color Cylindrical-coordinate representation of color #EDEBA0: hue angle of 58.44º 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 #EDEBA0 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 160 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.07 |
| HSL | 58.44º | 0.68% | 0.78% | - |
| HSV(B) | 58.44º | 0.32% | 0.93% | - |
| XYZ | 70.98 | 79.96 | 44.95 | - |
| YUV | 227.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 160 | 0 | 0.01 | 0.32 | 0.07 | 58.44 | 0.68 | 0.78 |
| Hex | ED | EB | A0 | 0 | 1 | 20 | 7 | 3A | 44 | 4E |
| Octal | 355 | 353 | 240 | 0 | 1 | 40 | 7 | 72 | 104 | 116 |
| Binary | 11101101 | 11101011 | 10100000 | 0 | 1 | 100000 | 111 | 111010 | 1000100 | 1001110 |
Color Harmonies of #EDEBA0
Complementary color
Monochromatic Colors of #EDEBA0
Black with #EDEBA0
Text Example
Text Example
White with #EDEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBA0; }
p { color: rgb(237,235,160); }
H1.HeaderClassName
{
color: #EDEBA0;
}
.AnyTagClassName
{
color: #EDEBA0;
}
</style>
background-color css
<style>
a { background-color: #EDEBA0; }
a { background-color: rgb(237,235,160); }
div.DivClassName
{
background-color: #EDEBA0;
}
.BgClassName
{
background-color: #EDEBA0;
}
</style>
border-color css
<style>
span { border-color: #EDEBA0; }
span { border-color: rgb(237,235,160); }
td.TdClassName
{
border-color: #EDEBA0;
}
.TagClassName
{
border-color: #EDEBA0;
}
</style>