Shades of Portafino #EEF09B
Tints of Portafino #EEF09B
RGB
CMYK
RGB Variations
Color information
#EEF09B (or 0xEEF09B) is known color: Portafino. HEX triplet: EE, F0 and 9B. RGB value is (238,240,155). Sum of RGB (Red+Green+Blue) = 238+240+155=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 155 (60.94% from 255 or 24.49% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF09B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF09B is #110F64. Grayscale: #E6E6E6. Windows color (decimal): -1118053 or 10219758. OLE color: 10219758.
HSL color Cylindrical-coordinate representation of color #EEF09B: hue angle of 61.41º degrees, saturation: 0.74, 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 #EEF09B is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 155 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.06 |
| HSL | 61.41º | 0.74% | 0.77% | - |
| HSV(B) | 61.41º | 0.35% | 0.94% | - |
| XYZ | 72.34 | 82.86 | 43.19 | - |
| YUV | 229.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 155 | 0.01 | 0 | 0.35 | 0.06 | 61.41 | 0.74 | 0.77 |
| Hex | EE | F0 | 9B | 1 | 0 | 23 | 6 | 3D | 4A | 4D |
| Octal | 356 | 360 | 233 | 1 | 0 | 43 | 6 | 75 | 112 | 115 |
| Binary | 11101110 | 11110000 | 10011011 | 1 | 0 | 100011 | 110 | 111101 | 1001010 | 1001101 |
Color Harmonies of #EEF09B
Complementary color
Monochromatic Colors of #EEF09B
Black with #EEF09B
Text Example
Text Example
White with #EEF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF09B; }
p { color: rgb(238,240,155); }
H1.HeaderClassName
{
color: #EEF09B;
}
.AnyTagClassName
{
color: #EEF09B;
}
</style>
background-color css
<style>
a { background-color: #EEF09B; }
a { background-color: rgb(238,240,155); }
div.DivClassName
{
background-color: #EEF09B;
}
.BgClassName
{
background-color: #EEF09B;
}
</style>
border-color css
<style>
span { border-color: #EEF09B; }
span { border-color: rgb(238,240,155); }
td.TdClassName
{
border-color: #EEF09B;
}
.TagClassName
{
border-color: #EEF09B;
}
</style>