Shades of Portafino #EFE99D
Tints of Portafino #EFE99D
RGB
CMYK
RGB Variations
Color information
#EFE99D (or 0xEFE99D) is known color: Portafino. HEX triplet: EF, E9 and 9D. RGB value is (239,233,157). Sum of RGB (Red+Green+Blue) = 239+233+157=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE99D is #101662. Grayscale: #E2E2E2. Windows color (decimal): -1054307 or 10349039. OLE color: 10349039.
HSL color Cylindrical-coordinate representation of color #EFE99D: hue angle of 55.61º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFE99D is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 157 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.06 |
| HSL | 55.61º | 0.72% | 0.78% | - |
| HSV(B) | 55.61º | 0.34% | 0.94% | - |
| XYZ | 70.82 | 79.06 | 43.43 | - |
| YUV | 226.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 157 | 0 | 0.03 | 0.34 | 0.06 | 55.61 | 0.72 | 0.78 |
| Hex | EF | E9 | 9D | 0 | 3 | 22 | 6 | 38 | 48 | 4E |
| Octal | 357 | 351 | 235 | 0 | 3 | 42 | 6 | 70 | 110 | 116 |
| Binary | 11101111 | 11101001 | 10011101 | 0 | 11 | 100010 | 110 | 111000 | 1001000 | 1001110 |
Color Harmonies of #EFE99D
Complementary color
Monochromatic Colors of #EFE99D
Black with #EFE99D
Text Example
Text Example
White with #EFE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE99D; }
p { color: rgb(239,233,157); }
H1.HeaderClassName
{
color: #EFE99D;
}
.AnyTagClassName
{
color: #EFE99D;
}
</style>
background-color css
<style>
a { background-color: #EFE99D; }
a { background-color: rgb(239,233,157); }
div.DivClassName
{
background-color: #EFE99D;
}
.BgClassName
{
background-color: #EFE99D;
}
</style>
border-color css
<style>
span { border-color: #EFE99D; }
span { border-color: rgb(239,233,157); }
td.TdClassName
{
border-color: #EFE99D;
}
.TagClassName
{
border-color: #EFE99D;
}
</style>