Shades of Picasso #EEE69B
Tints of Picasso #EEE69B
RGB
CMYK
RGB Variations
Color information
#EEE69B (or 0xEEE69B) is known color: Picasso. HEX triplet: EE, E6 and 9B. RGB value is (238,230,155). Sum of RGB (Red+Green+Blue) = 238+230+155=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 155 (60.94% from 255 or 24.88% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE69B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE69B is #111964. Grayscale: #E0E0E0. Windows color (decimal): -1120613 or 10217198. OLE color: 10217198.
HSL color Cylindrical-coordinate representation of color #EEE69B: hue angle of 54.22º 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 #EEE69B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 155 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.07 |
| HSL | 54.22º | 0.71% | 0.77% | - |
| HSV(B) | 54.22º | 0.35% | 0.93% | - |
| XYZ | 69.47 | 77.14 | 42.24 | - |
| YUV | 223.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 155 | 0 | 0.03 | 0.35 | 0.07 | 54.22 | 0.71 | 0.77 |
| Hex | EE | E6 | 9B | 0 | 3 | 23 | 7 | 36 | 47 | 4D |
| Octal | 356 | 346 | 233 | 0 | 3 | 43 | 7 | 66 | 107 | 115 |
| Binary | 11101110 | 11100110 | 10011011 | 0 | 11 | 100011 | 111 | 110110 | 1000111 | 1001101 |
Color Harmonies of #EEE69B
Complementary color
Monochromatic Colors of #EEE69B
Black with #EEE69B
Text Example
Text Example
White with #EEE69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE69B; }
p { color: rgb(238,230,155); }
H1.HeaderClassName
{
color: #EEE69B;
}
.AnyTagClassName
{
color: #EEE69B;
}
</style>
background-color css
<style>
a { background-color: #EEE69B; }
a { background-color: rgb(238,230,155); }
div.DivClassName
{
background-color: #EEE69B;
}
.BgClassName
{
background-color: #EEE69B;
}
</style>
border-color css
<style>
span { border-color: #EEE69B; }
span { border-color: rgb(238,230,155); }
td.TdClassName
{
border-color: #EEE69B;
}
.TagClassName
{
border-color: #EEE69B;
}
</style>