Shades of Picasso #EEE498
Tints of Picasso #EEE498
RGB
CMYK
RGB Variations
Color information
#EEE498 (or 0xEEE498) is known color: Picasso. HEX triplet: EE, E4 and 98. RGB value is (238,228,152). Sum of RGB (Red+Green+Blue) = 238+228+152=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 152 (59.77% from 255 or 24.60% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE498 is #111B67. Grayscale: #DEDEDE. Windows color (decimal): -1121128 or 10020078. OLE color: 10020078.
HSL color Cylindrical-coordinate representation of color #EEE498: hue angle of 53.02º 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 #EEE498 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 152 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.07 |
| HSL | 53.02º | 0.72% | 0.76% | - |
| HSV(B) | 53.02º | 0.36% | 0.93% | - |
| XYZ | 68.67 | 75.93 | 40.74 | - |
| YUV | 222.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 152 | 0 | 0.04 | 0.36 | 0.07 | 53.02 | 0.72 | 0.76 |
| Hex | EE | E4 | 98 | 0 | 4 | 24 | 7 | 35 | 48 | 4C |
| Octal | 356 | 344 | 230 | 0 | 4 | 44 | 7 | 65 | 110 | 114 |
| Binary | 11101110 | 11100100 | 10011000 | 0 | 100 | 100100 | 111 | 110101 | 1001000 | 1001100 |
Color Harmonies of #EEE498
Complementary color
Monochromatic Colors of #EEE498
Black with #EEE498
Text Example
Text Example
White with #EEE498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE498; }
p { color: rgb(238,228,152); }
H1.HeaderClassName
{
color: #EEE498;
}
.AnyTagClassName
{
color: #EEE498;
}
</style>
background-color css
<style>
a { background-color: #EEE498; }
a { background-color: rgb(238,228,152); }
div.DivClassName
{
background-color: #EEE498;
}
.BgClassName
{
background-color: #EEE498;
}
</style>
border-color css
<style>
span { border-color: #EEE498; }
span { border-color: rgb(238,228,152); }
td.TdClassName
{
border-color: #EEE498;
}
.TagClassName
{
border-color: #EEE498;
}
</style>