Shades of Portafino #EEF09C
Tints of Portafino #EEF09C
RGB
CMYK
RGB Variations
Color information
#EEF09C (or 0xEEF09C) is known color: Portafino. HEX triplet: EE, F0 and 9C. RGB value is (238,240,156). Sum of RGB (Red+Green+Blue) = 238+240+156=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 156 (61.33% from 255 or 24.61% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF09C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF09C is #110F63. Grayscale: #E6E6E6. Windows color (decimal): -1118052 or 10285294. OLE color: 10285294.
HSL color Cylindrical-coordinate representation of color #EEF09C: hue angle of 61.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEF09C is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 156 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.06 |
| HSL | 61.43º | 0.74% | 0.78% | - |
| HSV(B) | 61.43º | 0.35% | 0.94% | - |
| XYZ | 72.42 | 82.9 | 43.64 | - |
| YUV | 229.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 156 | 0.01 | 0 | 0.35 | 0.06 | 61.43 | 0.74 | 0.78 |
| Hex | EE | F0 | 9C | 1 | 0 | 23 | 6 | 3D | 4A | 4E |
| Octal | 356 | 360 | 234 | 1 | 0 | 43 | 6 | 75 | 112 | 116 |
| Binary | 11101110 | 11110000 | 10011100 | 1 | 0 | 100011 | 110 | 111101 | 1001010 | 1001110 |
Color Harmonies of #EEF09C
Complementary color
Monochromatic Colors of #EEF09C
Black with #EEF09C
Text Example
Text Example
White with #EEF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF09C; }
p { color: rgb(238,240,156); }
H1.HeaderClassName
{
color: #EEF09C;
}
.AnyTagClassName
{
color: #EEF09C;
}
</style>
background-color css
<style>
a { background-color: #EEF09C; }
a { background-color: rgb(238,240,156); }
div.DivClassName
{
background-color: #EEF09C;
}
.BgClassName
{
background-color: #EEF09C;
}
</style>
border-color css
<style>
span { border-color: #EEF09C; }
span { border-color: rgb(238,240,156); }
td.TdClassName
{
border-color: #EEF09C;
}
.TagClassName
{
border-color: #EEF09C;
}
</style>