Shades of Picasso #EEE398
Tints of Picasso #EEE398
RGB
CMYK
RGB Variations
Color information
#EEE398 (or 0xEEE398) is known color: Picasso. HEX triplet: EE, E3 and 98. RGB value is (238,227,152). Sum of RGB (Red+Green+Blue) = 238+227+152=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 152 (59.77% from 255 or 24.64% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE398 is #111C67. Grayscale: #DEDEDE. Windows color (decimal): -1121384 or 10019822. OLE color: 10019822.
HSL color Cylindrical-coordinate representation of color #EEE398: hue angle of 52.33º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEE398 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 152 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.07 |
| HSL | 52.33º | 0.72% | 0.76% | - |
| HSV(B) | 52.33º | 0.36% | 0.93% | - |
| XYZ | 68.4 | 75.38 | 40.65 | - |
| YUV | 221.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 152 | 0 | 0.05 | 0.36 | 0.07 | 52.33 | 0.72 | 0.76 |
| Hex | EE | E3 | 98 | 0 | 5 | 24 | 7 | 34 | 48 | 4C |
| Octal | 356 | 343 | 230 | 0 | 5 | 44 | 7 | 64 | 110 | 114 |
| Binary | 11101110 | 11100011 | 10011000 | 0 | 101 | 100100 | 111 | 110100 | 1001000 | 1001100 |
Color Harmonies of #EEE398
Complementary color
Monochromatic Colors of #EEE398
Black with #EEE398
Text Example
Text Example
White with #EEE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE398; }
p { color: rgb(238,227,152); }
H1.HeaderClassName
{
color: #EEE398;
}
.AnyTagClassName
{
color: #EEE398;
}
</style>
background-color css
<style>
a { background-color: #EEE398; }
a { background-color: rgb(238,227,152); }
div.DivClassName
{
background-color: #EEE398;
}
.BgClassName
{
background-color: #EEE398;
}
</style>
border-color css
<style>
span { border-color: #EEE398; }
span { border-color: rgb(238,227,152); }
td.TdClassName
{
border-color: #EEE398;
}
.TagClassName
{
border-color: #EEE398;
}
</style>