Shades of Portafino #EEE898
Tints of Portafino #EEE898
RGB
CMYK
RGB Variations
Color information
#EEE898 (or 0xEEE898) is known color: Portafino. HEX triplet: EE, E8 and 98. RGB value is (238,232,152). Sum of RGB (Red+Green+Blue) = 238+232+152=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 152 (59.77% from 255 or 24.44% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE898 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE898 is #111767. Grayscale: #E0E0E0. Windows color (decimal): -1120104 or 10021102. OLE color: 10021102.
HSL color Cylindrical-coordinate representation of color #EEE898: hue angle of 55.81º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEE898 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 152 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.07 |
| HSL | 55.81º | 0.72% | 0.76% | - |
| HSV(B) | 55.81º | 0.36% | 0.93% | - |
| XYZ | 69.78 | 78.16 | 41.11 | - |
| YUV | 224.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 152 | 0 | 0.03 | 0.36 | 0.07 | 55.81 | 0.72 | 0.76 |
| Hex | EE | E8 | 98 | 0 | 3 | 24 | 7 | 38 | 48 | 4C |
| Octal | 356 | 350 | 230 | 0 | 3 | 44 | 7 | 70 | 110 | 114 |
| Binary | 11101110 | 11101000 | 10011000 | 0 | 11 | 100100 | 111 | 111000 | 1001000 | 1001100 |
Color Harmonies of #EEE898
Complementary color
Monochromatic Colors of #EEE898
Black with #EEE898
Text Example
Text Example
White with #EEE898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE898; }
p { color: rgb(238,232,152); }
H1.HeaderClassName
{
color: #EEE898;
}
.AnyTagClassName
{
color: #EEE898;
}
</style>
background-color css
<style>
a { background-color: #EEE898; }
a { background-color: rgb(238,232,152); }
div.DivClassName
{
background-color: #EEE898;
}
.BgClassName
{
background-color: #EEE898;
}
</style>
border-color css
<style>
span { border-color: #EEE898; }
span { border-color: rgb(238,232,152); }
td.TdClassName
{
border-color: #EEE898;
}
.TagClassName
{
border-color: #EEE898;
}
</style>