Shades of Portafino #EDED9B
Tints of Portafino #EDED9B
RGB
CMYK
RGB Variations
Color information
#EDED9B (or 0xEDED9B) is known color: Portafino. HEX triplet: ED, ED and 9B. RGB value is (237,237,155). Sum of RGB (Red+Green+Blue) = 237+237+155=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 155 (60.94% from 255 or 24.64% from 629); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED9B is #121264. Grayscale: #E3E3E3. Windows color (decimal): -1184357 or 10218989. OLE color: 10218989.
HSL color Cylindrical-coordinate representation of color #EDED9B: hue angle of 60º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDED9B is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 155 | - |
| CMYK | 0 | 0 | 0.35 | 0.07 |
| HSL | 60º | 0.69% | 0.77% | - |
| HSV(B) | 60º | 0.35% | 0.93% | - |
| XYZ | 71.13 | 80.94 | 42.88 | - |
| YUV | 227.65 | 87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 155 | 0 | 0 | 0.35 | 0.07 | 60 | 0.69 | 0.77 |
| Hex | ED | ED | 9B | 0 | 0 | 23 | 7 | 3C | 45 | 4D |
| Octal | 355 | 355 | 233 | 0 | 0 | 43 | 7 | 74 | 105 | 115 |
| Binary | 11101101 | 11101101 | 10011011 | 0 | 0 | 100011 | 111 | 111100 | 1000101 | 1001101 |
Color Harmonies of #EDED9B
Complementary color
Monochromatic Colors of #EDED9B
Black with #EDED9B
Text Example
Text Example
White with #EDED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED9B; }
p { color: rgb(237,237,155); }
H1.HeaderClassName
{
color: #EDED9B;
}
.AnyTagClassName
{
color: #EDED9B;
}
</style>
background-color css
<style>
a { background-color: #EDED9B; }
a { background-color: rgb(237,237,155); }
div.DivClassName
{
background-color: #EDED9B;
}
.BgClassName
{
background-color: #EDED9B;
}
</style>
border-color css
<style>
span { border-color: #EDED9B; }
span { border-color: rgb(237,237,155); }
td.TdClassName
{
border-color: #EDED9B;
}
.TagClassName
{
border-color: #EDED9B;
}
</style>