Shades of Picasso #EEE69C
Tints of Picasso #EEE69C
RGB
CMYK
RGB Variations
Color information
#EEE69C (or 0xEEE69C) is known color: Picasso. HEX triplet: EE, E6 and 9C. RGB value is (238,230,156). Sum of RGB (Red+Green+Blue) = 238+230+156=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 156 (61.33% from 255 or 25% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE69C is #111963. Grayscale: #E0E0E0. Windows color (decimal): -1120612 or 10282734. OLE color: 10282734.
HSL color Cylindrical-coordinate representation of color #EEE69C: hue angle of 54.15º degrees, saturation: 0.71, 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 #EEE69C is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 156 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.07 |
| HSL | 54.15º | 0.71% | 0.77% | - |
| HSV(B) | 54.15º | 0.34% | 0.93% | - |
| XYZ | 69.56 | 77.17 | 42.68 | - |
| YUV | 223.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 156 | 0 | 0.03 | 0.34 | 0.07 | 54.15 | 0.71 | 0.77 |
| Hex | EE | E6 | 9C | 0 | 3 | 22 | 7 | 36 | 47 | 4D |
| Octal | 356 | 346 | 234 | 0 | 3 | 42 | 7 | 66 | 107 | 115 |
| Binary | 11101110 | 11100110 | 10011100 | 0 | 11 | 100010 | 111 | 110110 | 1000111 | 1001101 |
Color Harmonies of #EEE69C
Complementary color
Monochromatic Colors of #EEE69C
Black with #EEE69C
Text Example
Text Example
White with #EEE69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE69C; }
p { color: rgb(238,230,156); }
H1.HeaderClassName
{
color: #EEE69C;
}
.AnyTagClassName
{
color: #EEE69C;
}
</style>
background-color css
<style>
a { background-color: #EEE69C; }
a { background-color: rgb(238,230,156); }
div.DivClassName
{
background-color: #EEE69C;
}
.BgClassName
{
background-color: #EEE69C;
}
</style>
border-color css
<style>
span { border-color: #EEE69C; }
span { border-color: rgb(238,230,156); }
td.TdClassName
{
border-color: #EEE69C;
}
.TagClassName
{
border-color: #EEE69C;
}
</style>