Shades of Portafino #EDEC9B
Tints of Portafino #EDEC9B
RGB
CMYK
RGB Variations
Color information
#EDEC9B (or 0xEDEC9B) is known color: Portafino. HEX triplet: ED, EC and 9B. RGB value is (237,236,155). Sum of RGB (Red+Green+Blue) = 237+236+155=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 155 (60.94% from 255 or 24.68% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC9B is #121364. Grayscale: #E3E3E3. Windows color (decimal): -1184613 or 10218733. OLE color: 10218733.
HSL color Cylindrical-coordinate representation of color #EDEC9B: hue angle of 59.27º 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 #EDEC9B is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 155 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.07 |
| HSL | 59.27º | 0.69% | 0.77% | - |
| HSV(B) | 59.27º | 0.35% | 0.93% | - |
| XYZ | 70.84 | 80.36 | 42.79 | - |
| YUV | 227.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 155 | 0 | 0.00 | 0.35 | 0.07 | 59.27 | 0.69 | 0.77 |
| Hex | ED | EC | 9B | 0 | 0 | 23 | 7 | 3B | 45 | 4D |
| Octal | 355 | 354 | 233 | 0 | 0 | 43 | 7 | 73 | 105 | 115 |
| Binary | 11101101 | 11101100 | 10011011 | 0 | 0 | 100011 | 111 | 111011 | 1000101 | 1001101 |
Color Harmonies of #EDEC9B
Complementary color
Monochromatic Colors of #EDEC9B
Black with #EDEC9B
Text Example
Text Example
White with #EDEC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC9B; }
p { color: rgb(237,236,155); }
H1.HeaderClassName
{
color: #EDEC9B;
}
.AnyTagClassName
{
color: #EDEC9B;
}
</style>
background-color css
<style>
a { background-color: #EDEC9B; }
a { background-color: rgb(237,236,155); }
div.DivClassName
{
background-color: #EDEC9B;
}
.BgClassName
{
background-color: #EDEC9B;
}
</style>
border-color css
<style>
span { border-color: #EDEC9B; }
span { border-color: rgb(237,236,155); }
td.TdClassName
{
border-color: #EDEC9B;
}
.TagClassName
{
border-color: #EDEC9B;
}
</style>