Shades of Picasso #EEE599
Tints of Picasso #EEE599
RGB
CMYK
RGB Variations
Color information
#EEE599 (or 0xEEE599) is known color: Picasso. HEX triplet: EE, E5 and 99. RGB value is (238,229,153). Sum of RGB (Red+Green+Blue) = 238+229+153=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE599 is #111A66. Grayscale: #DFDFDF. Windows color (decimal): -1120871 or 10085870. OLE color: 10085870.
HSL color Cylindrical-coordinate representation of color #EEE599: hue angle of 53.65º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEE599 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 153 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.07 |
| HSL | 53.65º | 0.71% | 0.77% | - |
| HSV(B) | 53.65º | 0.36% | 0.93% | - |
| XYZ | 69.03 | 76.52 | 41.27 | - |
| YUV | 223.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 153 | 0 | 0.04 | 0.36 | 0.07 | 53.65 | 0.71 | 0.77 |
| Hex | EE | E5 | 99 | 0 | 4 | 24 | 7 | 36 | 47 | 4D |
| Octal | 356 | 345 | 231 | 0 | 4 | 44 | 7 | 66 | 107 | 115 |
| Binary | 11101110 | 11100101 | 10011001 | 0 | 100 | 100100 | 111 | 110110 | 1000111 | 1001101 |
Color Harmonies of #EEE599
Complementary color
Monochromatic Colors of #EEE599
Black with #EEE599
Text Example
Text Example
White with #EEE599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE599; }
p { color: rgb(238,229,153); }
H1.HeaderClassName
{
color: #EEE599;
}
.AnyTagClassName
{
color: #EEE599;
}
</style>
background-color css
<style>
a { background-color: #EEE599; }
a { background-color: rgb(238,229,153); }
div.DivClassName
{
background-color: #EEE599;
}
.BgClassName
{
background-color: #EEE599;
}
</style>
border-color css
<style>
span { border-color: #EEE599; }
span { border-color: rgb(238,229,153); }
td.TdClassName
{
border-color: #EEE599;
}
.TagClassName
{
border-color: #EEE599;
}
</style>