Shades of Portafino #EFE99B
Tints of Portafino #EFE99B
RGB
CMYK
RGB Variations
Color information
#EFE99B (or 0xEFE99B) is known color: Portafino. HEX triplet: EF, E9 and 9B. RGB value is (239,233,155). Sum of RGB (Red+Green+Blue) = 239+233+155=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 155 (60.94% from 255 or 24.72% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE99B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE99B is #101664. Grayscale: #E2E2E2. Windows color (decimal): -1054309 or 10217967. OLE color: 10217967.
HSL color Cylindrical-coordinate representation of color #EFE99B: hue angle of 55.71º 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 #EFE99B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 155 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.06 |
| HSL | 55.71º | 0.72% | 0.77% | - |
| HSV(B) | 55.71º | 0.35% | 0.94% | - |
| XYZ | 70.65 | 79 | 42.53 | - |
| YUV | 225.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 155 | 0 | 0.03 | 0.35 | 0.06 | 55.71 | 0.72 | 0.77 |
| Hex | EF | E9 | 9B | 0 | 3 | 23 | 6 | 38 | 48 | 4D |
| Octal | 357 | 351 | 233 | 0 | 3 | 43 | 6 | 70 | 110 | 115 |
| Binary | 11101111 | 11101001 | 10011011 | 0 | 11 | 100011 | 110 | 111000 | 1001000 | 1001101 |
Color Harmonies of #EFE99B
Complementary color
Monochromatic Colors of #EFE99B
Black with #EFE99B
Text Example
Text Example
White with #EFE99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE99B; }
p { color: rgb(239,233,155); }
H1.HeaderClassName
{
color: #EFE99B;
}
.AnyTagClassName
{
color: #EFE99B;
}
</style>
background-color css
<style>
a { background-color: #EFE99B; }
a { background-color: rgb(239,233,155); }
div.DivClassName
{
background-color: #EFE99B;
}
.BgClassName
{
background-color: #EFE99B;
}
</style>
border-color css
<style>
span { border-color: #EFE99B; }
span { border-color: rgb(239,233,155); }
td.TdClassName
{
border-color: #EFE99B;
}
.TagClassName
{
border-color: #EFE99B;
}
</style>