Shades of Portafino #EFEE9A
Tints of Portafino #EFEE9A
RGB
CMYK
RGB Variations
Color information
#EFEE9A (or 0xEFEE9A) is known color: Portafino. HEX triplet: EF, EE and 9A. RGB value is (239,238,154). Sum of RGB (Red+Green+Blue) = 239+238+154=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 154 (60.55% from 255 or 24.41% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE9A is #101165. Grayscale: #E5E5E5. Windows color (decimal): -1053030 or 10153711. OLE color: 10153711.
HSL color Cylindrical-coordinate representation of color #EFEE9A: hue angle of 59.29º 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 #EFEE9A is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 154 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.06 |
| HSL | 59.29º | 0.73% | 0.77% | - |
| HSV(B) | 59.29º | 0.36% | 0.94% | - |
| XYZ | 72 | 81.83 | 42.57 | - |
| YUV | 228.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 154 | 0 | 0.00 | 0.36 | 0.06 | 59.29 | 0.73 | 0.77 |
| Hex | EF | EE | 9A | 0 | 0 | 24 | 6 | 3B | 49 | 4D |
| Octal | 357 | 356 | 232 | 0 | 0 | 44 | 6 | 73 | 111 | 115 |
| Binary | 11101111 | 11101110 | 10011010 | 0 | 0 | 100100 | 110 | 111011 | 1001001 | 1001101 |
Color Harmonies of #EFEE9A
Complementary color
Monochromatic Colors of #EFEE9A
Black with #EFEE9A
Text Example
Text Example
White with #EFEE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE9A; }
p { color: rgb(239,238,154); }
H1.HeaderClassName
{
color: #EFEE9A;
}
.AnyTagClassName
{
color: #EFEE9A;
}
</style>
background-color css
<style>
a { background-color: #EFEE9A; }
a { background-color: rgb(239,238,154); }
div.DivClassName
{
background-color: #EFEE9A;
}
.BgClassName
{
background-color: #EFEE9A;
}
</style>
border-color css
<style>
span { border-color: #EFEE9A; }
span { border-color: rgb(239,238,154); }
td.TdClassName
{
border-color: #EFEE9A;
}
.TagClassName
{
border-color: #EFEE9A;
}
</style>