Shades of Picasso #EEE39D
Tints of Picasso #EEE39D
RGB
CMYK
RGB Variations
Color information
#EEE39D (or 0xEEE39D) is known color: Picasso. HEX triplet: EE, E3 and 9D. RGB value is (238,227,157). Sum of RGB (Red+Green+Blue) = 238+227+157=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE39D is #111C62. Grayscale: #DEDEDE. Windows color (decimal): -1121379 or 10347502. OLE color: 10347502.
HSL color Cylindrical-coordinate representation of color #EEE39D: hue angle of 51.85º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEE39D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 157 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.07 |
| HSL | 51.85º | 0.7% | 0.77% | - |
| HSV(B) | 51.85º | 0.34% | 0.93% | - |
| XYZ | 68.81 | 75.55 | 42.85 | - |
| YUV | 222.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 157 | 0 | 0.05 | 0.34 | 0.07 | 51.85 | 0.7 | 0.77 |
| Hex | EE | E3 | 9D | 0 | 5 | 22 | 7 | 34 | 46 | 4D |
| Octal | 356 | 343 | 235 | 0 | 5 | 42 | 7 | 64 | 106 | 115 |
| Binary | 11101110 | 11100011 | 10011101 | 0 | 101 | 100010 | 111 | 110100 | 1000110 | 1001101 |
Color Harmonies of #EEE39D
Complementary color
Monochromatic Colors of #EEE39D
Black with #EEE39D
Text Example
Text Example
White with #EEE39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE39D; }
p { color: rgb(238,227,157); }
H1.HeaderClassName
{
color: #EEE39D;
}
.AnyTagClassName
{
color: #EEE39D;
}
</style>
background-color css
<style>
a { background-color: #EEE39D; }
a { background-color: rgb(238,227,157); }
div.DivClassName
{
background-color: #EEE39D;
}
.BgClassName
{
background-color: #EEE39D;
}
</style>
border-color css
<style>
span { border-color: #EEE39D; }
span { border-color: rgb(238,227,157); }
td.TdClassName
{
border-color: #EEE39D;
}
.TagClassName
{
border-color: #EEE39D;
}
</style>