Shades of Picasso #EEE49A
Tints of Picasso #EEE49A
RGB
CMYK
RGB Variations
Color information
#EEE49A (or 0xEEE49A) is known color: Picasso. HEX triplet: EE, E4 and 9A. RGB value is (238,228,154). Sum of RGB (Red+Green+Blue) = 238+228+154=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE49A is #111B65. Grayscale: #DEDEDE. Windows color (decimal): -1121126 or 10151150. OLE color: 10151150.
HSL color Cylindrical-coordinate representation of color #EEE49A: hue angle of 52.86º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEE49A is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 154 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.07 |
| HSL | 52.86º | 0.71% | 0.77% | - |
| HSV(B) | 52.86º | 0.35% | 0.93% | - |
| XYZ | 68.84 | 76 | 41.61 | - |
| YUV | 222.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 154 | 0 | 0.04 | 0.35 | 0.07 | 52.86 | 0.71 | 0.77 |
| Hex | EE | E4 | 9A | 0 | 4 | 23 | 7 | 35 | 47 | 4D |
| Octal | 356 | 344 | 232 | 0 | 4 | 43 | 7 | 65 | 107 | 115 |
| Binary | 11101110 | 11100100 | 10011010 | 0 | 100 | 100011 | 111 | 110101 | 1000111 | 1001101 |
Color Harmonies of #EEE49A
Complementary color
Monochromatic Colors of #EEE49A
Black with #EEE49A
Text Example
Text Example
White with #EEE49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE49A; }
p { color: rgb(238,228,154); }
H1.HeaderClassName
{
color: #EEE49A;
}
.AnyTagClassName
{
color: #EEE49A;
}
</style>
background-color css
<style>
a { background-color: #EEE49A; }
a { background-color: rgb(238,228,154); }
div.DivClassName
{
background-color: #EEE49A;
}
.BgClassName
{
background-color: #EEE49A;
}
</style>
border-color css
<style>
span { border-color: #EEE49A; }
span { border-color: rgb(238,228,154); }
td.TdClassName
{
border-color: #EEE49A;
}
.TagClassName
{
border-color: #EEE49A;
}
</style>