Shades of Picasso #EEE299
Tints of Picasso #EEE299
RGB
CMYK
RGB Variations
Color information
#EEE299 (or 0xEEE299) is known color: Picasso. HEX triplet: EE, E2 and 99. RGB value is (238,226,153). Sum of RGB (Red+Green+Blue) = 238+226+153=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 153 (60.16% from 255 or 24.80% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE299 is #111D66. Grayscale: #DDDDDD. Windows color (decimal): -1121639 or 10085102. OLE color: 10085102.
HSL color Cylindrical-coordinate representation of color #EEE299: hue angle of 51.53º 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 #EEE299 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 153 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.07 |
| HSL | 51.53º | 0.71% | 0.77% | - |
| HSV(B) | 51.53º | 0.36% | 0.93% | - |
| XYZ | 68.21 | 74.87 | 40.99 | - |
| YUV | 221.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 153 | 0 | 0.05 | 0.36 | 0.07 | 51.53 | 0.71 | 0.77 |
| Hex | EE | E2 | 99 | 0 | 5 | 24 | 7 | 34 | 47 | 4D |
| Octal | 356 | 342 | 231 | 0 | 5 | 44 | 7 | 64 | 107 | 115 |
| Binary | 11101110 | 11100010 | 10011001 | 0 | 101 | 100100 | 111 | 110100 | 1000111 | 1001101 |
Color Harmonies of #EEE299
Complementary color
Monochromatic Colors of #EEE299
Black with #EEE299
Text Example
Text Example
White with #EEE299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE299; }
p { color: rgb(238,226,153); }
H1.HeaderClassName
{
color: #EEE299;
}
.AnyTagClassName
{
color: #EEE299;
}
</style>
background-color css
<style>
a { background-color: #EEE299; }
a { background-color: rgb(238,226,153); }
div.DivClassName
{
background-color: #EEE299;
}
.BgClassName
{
background-color: #EEE299;
}
</style>
border-color css
<style>
span { border-color: #EEE299; }
span { border-color: rgb(238,226,153); }
td.TdClassName
{
border-color: #EEE299;
}
.TagClassName
{
border-color: #EEE299;
}
</style>