Shades of Portafino #EEED98
Tints of Portafino #EEED98
RGB
CMYK
RGB Variations
Color information
#EEED98 (or 0xEEED98) is known color: Portafino. HEX triplet: EE, ED and 98. RGB value is (238,237,152). Sum of RGB (Red+Green+Blue) = 238+237+152=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 152 (59.77% from 255 or 24.24% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED98 is #111267. Grayscale: #E3E3E3. Windows color (decimal): -1118824 or 10022382. OLE color: 10022382.
HSL color Cylindrical-coordinate representation of color #EEED98: hue angle of 59.3º 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 #EEED98 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 152 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.07 |
| HSL | 59.3º | 0.72% | 0.76% | - |
| HSV(B) | 59.3º | 0.36% | 0.93% | - |
| XYZ | 71.21 | 81.01 | 41.59 | - |
| YUV | 227.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 152 | 0 | 0.00 | 0.36 | 0.07 | 59.3 | 0.72 | 0.76 |
| Hex | EE | ED | 98 | 0 | 0 | 24 | 7 | 3B | 48 | 4C |
| Octal | 356 | 355 | 230 | 0 | 0 | 44 | 7 | 73 | 110 | 114 |
| Binary | 11101110 | 11101101 | 10011000 | 0 | 0 | 100100 | 111 | 111011 | 1001000 | 1001100 |
Color Harmonies of #EEED98
Complementary color
Monochromatic Colors of #EEED98
Black with #EEED98
Text Example
Text Example
White with #EEED98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED98; }
p { color: rgb(238,237,152); }
H1.HeaderClassName
{
color: #EEED98;
}
.AnyTagClassName
{
color: #EEED98;
}
</style>
background-color css
<style>
a { background-color: #EEED98; }
a { background-color: rgb(238,237,152); }
div.DivClassName
{
background-color: #EEED98;
}
.BgClassName
{
background-color: #EEED98;
}
</style>
border-color css
<style>
span { border-color: #EEED98; }
span { border-color: rgb(238,237,152); }
td.TdClassName
{
border-color: #EEED98;
}
.TagClassName
{
border-color: #EEED98;
}
</style>