Shades of Portafino #EFE99C
Tints of Portafino #EFE99C
RGB
CMYK
RGB Variations
Color information
#EFE99C (or 0xEFE99C) is known color: Portafino. HEX triplet: EF, E9 and 9C. RGB value is (239,233,156). Sum of RGB (Red+Green+Blue) = 239+233+156=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 156 (61.33% from 255 or 24.84% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE99C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE99C is #101663. Grayscale: #E2E2E2. Windows color (decimal): -1054308 or 10283503. OLE color: 10283503.
HSL color Cylindrical-coordinate representation of color #EFE99C: hue angle of 55.66º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFE99C is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 156 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.06 |
| HSL | 55.66º | 0.72% | 0.77% | - |
| HSV(B) | 55.66º | 0.35% | 0.94% | - |
| XYZ | 70.74 | 79.03 | 42.98 | - |
| YUV | 226.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 156 | 0 | 0.03 | 0.35 | 0.06 | 55.66 | 0.72 | 0.77 |
| Hex | EF | E9 | 9C | 0 | 3 | 23 | 6 | 38 | 48 | 4D |
| Octal | 357 | 351 | 234 | 0 | 3 | 43 | 6 | 70 | 110 | 115 |
| Binary | 11101111 | 11101001 | 10011100 | 0 | 11 | 100011 | 110 | 111000 | 1001000 | 1001101 |
Color Harmonies of #EFE99C
Complementary color
Monochromatic Colors of #EFE99C
Black with #EFE99C
Text Example
Text Example
White with #EFE99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE99C; }
p { color: rgb(239,233,156); }
H1.HeaderClassName
{
color: #EFE99C;
}
.AnyTagClassName
{
color: #EFE99C;
}
</style>
background-color css
<style>
a { background-color: #EFE99C; }
a { background-color: rgb(239,233,156); }
div.DivClassName
{
background-color: #EFE99C;
}
.BgClassName
{
background-color: #EFE99C;
}
</style>
border-color css
<style>
span { border-color: #EFE99C; }
span { border-color: rgb(239,233,156); }
td.TdClassName
{
border-color: #EFE99C;
}
.TagClassName
{
border-color: #EFE99C;
}
</style>