Shades of Portafino #EDEB9C
Tints of Portafino #EDEB9C
RGB
CMYK
RGB Variations
Color information
#EDEB9C (or 0xEDEB9C) is known color: Portafino. HEX triplet: ED, EB and 9C. RGB value is (237,235,156). Sum of RGB (Red+Green+Blue) = 237+235+156=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 156 (61.33% from 255 or 24.84% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEB9C is #121463. Grayscale: #E2E2E2. Windows color (decimal): -1184868 or 10284013. OLE color: 10284013.
HSL color Cylindrical-coordinate representation of color #EDEB9C: hue angle of 58.52º 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 #EDEB9C is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 156 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.07 |
| HSL | 58.52º | 0.69% | 0.77% | - |
| HSV(B) | 58.52º | 0.34% | 0.93% | - |
| XYZ | 70.63 | 79.82 | 43.14 | - |
| YUV | 226.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 156 | 0 | 0.01 | 0.34 | 0.07 | 58.52 | 0.69 | 0.77 |
| Hex | ED | EB | 9C | 0 | 1 | 22 | 7 | 3B | 45 | 4D |
| Octal | 355 | 353 | 234 | 0 | 1 | 42 | 7 | 73 | 105 | 115 |
| Binary | 11101101 | 11101011 | 10011100 | 0 | 1 | 100010 | 111 | 111011 | 1000101 | 1001101 |
Color Harmonies of #EDEB9C
Complementary color
Monochromatic Colors of #EDEB9C
Black with #EDEB9C
Text Example
Text Example
White with #EDEB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEB9C; }
p { color: rgb(237,235,156); }
H1.HeaderClassName
{
color: #EDEB9C;
}
.AnyTagClassName
{
color: #EDEB9C;
}
</style>
background-color css
<style>
a { background-color: #EDEB9C; }
a { background-color: rgb(237,235,156); }
div.DivClassName
{
background-color: #EDEB9C;
}
.BgClassName
{
background-color: #EDEB9C;
}
</style>
border-color css
<style>
span { border-color: #EDEB9C; }
span { border-color: rgb(237,235,156); }
td.TdClassName
{
border-color: #EDEB9C;
}
.TagClassName
{
border-color: #EDEB9C;
}
</style>