Shades of Picasso #EEE39B
Tints of Picasso #EEE39B
RGB
CMYK
RGB Variations
Color information
#EEE39B (or 0xEEE39B) is known color: Picasso. HEX triplet: EE, E3 and 9B. RGB value is (238,227,155). Sum of RGB (Red+Green+Blue) = 238+227+155=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE39B is #111C64. Grayscale: #DEDEDE. Windows color (decimal): -1121381 or 10216430. OLE color: 10216430.
HSL color Cylindrical-coordinate representation of color #EEE39B: hue angle of 52.05º 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 #EEE39B is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 155 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.07 |
| HSL | 52.05º | 0.71% | 0.77% | - |
| HSV(B) | 52.05º | 0.35% | 0.93% | - |
| XYZ | 68.65 | 75.48 | 41.96 | - |
| YUV | 222.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 155 | 0 | 0.05 | 0.35 | 0.07 | 52.05 | 0.71 | 0.77 |
| Hex | EE | E3 | 9B | 0 | 5 | 23 | 7 | 34 | 47 | 4D |
| Octal | 356 | 343 | 233 | 0 | 5 | 43 | 7 | 64 | 107 | 115 |
| Binary | 11101110 | 11100011 | 10011011 | 0 | 101 | 100011 | 111 | 110100 | 1000111 | 1001101 |
Color Harmonies of #EEE39B
Complementary color
Monochromatic Colors of #EEE39B
Black with #EEE39B
Text Example
Text Example
White with #EEE39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE39B; }
p { color: rgb(238,227,155); }
H1.HeaderClassName
{
color: #EEE39B;
}
.AnyTagClassName
{
color: #EEE39B;
}
</style>
background-color css
<style>
a { background-color: #EEE39B; }
a { background-color: rgb(238,227,155); }
div.DivClassName
{
background-color: #EEE39B;
}
.BgClassName
{
background-color: #EEE39B;
}
</style>
border-color css
<style>
span { border-color: #EEE39B; }
span { border-color: rgb(238,227,155); }
td.TdClassName
{
border-color: #EEE39B;
}
.TagClassName
{
border-color: #EEE39B;
}
</style>