Shades of Portafino #EFEC9A
Tints of Portafino #EFEC9A
RGB
CMYK
RGB Variations
Color information
#EFEC9A (or 0xEFEC9A) is known color: Portafino. HEX triplet: EF, EC and 9A. RGB value is (239,236,154). Sum of RGB (Red+Green+Blue) = 239+236+154=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 154 (60.55% from 255 or 24.48% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC9A is #101365. Grayscale: #E3E3E3. Windows color (decimal): -1053542 or 10153199. OLE color: 10153199.
HSL color Cylindrical-coordinate representation of color #EFEC9A: hue angle of 57.88º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFEC9A is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 154 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.06 |
| HSL | 57.88º | 0.73% | 0.77% | - |
| HSV(B) | 57.88º | 0.36% | 0.94% | - |
| XYZ | 71.42 | 80.67 | 42.38 | - |
| YUV | 227.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 154 | 0 | 0.01 | 0.36 | 0.06 | 57.88 | 0.73 | 0.77 |
| Hex | EF | EC | 9A | 0 | 1 | 24 | 6 | 3A | 49 | 4D |
| Octal | 357 | 354 | 232 | 0 | 1 | 44 | 6 | 72 | 111 | 115 |
| Binary | 11101111 | 11101100 | 10011010 | 0 | 1 | 100100 | 110 | 111010 | 1001001 | 1001101 |
Color Harmonies of #EFEC9A
Complementary color
Monochromatic Colors of #EFEC9A
Black with #EFEC9A
Text Example
Text Example
White with #EFEC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC9A; }
p { color: rgb(239,236,154); }
H1.HeaderClassName
{
color: #EFEC9A;
}
.AnyTagClassName
{
color: #EFEC9A;
}
</style>
background-color css
<style>
a { background-color: #EFEC9A; }
a { background-color: rgb(239,236,154); }
div.DivClassName
{
background-color: #EFEC9A;
}
.BgClassName
{
background-color: #EFEC9A;
}
</style>
border-color css
<style>
span { border-color: #EFEC9A; }
span { border-color: rgb(239,236,154); }
td.TdClassName
{
border-color: #EFEC9A;
}
.TagClassName
{
border-color: #EFEC9A;
}
</style>