Shades of Picasso #EFE398
Tints of Picasso #EFE398
RGB
CMYK
RGB Variations
Color information
#EFE398 (or 0xEFE398) is known color: Picasso. HEX triplet: EF, E3 and 98. RGB value is (239,227,152). Sum of RGB (Red+Green+Blue) = 239+227+152=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 152 (59.77% from 255 or 24.60% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE398 is #101C67. Grayscale: #DEDEDE. Windows color (decimal): -1055848 or 10019823. OLE color: 10019823.
HSL color Cylindrical-coordinate representation of color #EFE398: hue angle of 51.72º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFE398 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 152 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.06 |
| HSL | 51.72º | 0.73% | 0.77% | - |
| HSV(B) | 51.72º | 0.36% | 0.94% | - |
| XYZ | 68.73 | 75.56 | 40.67 | - |
| YUV | 222.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 152 | 0 | 0.05 | 0.36 | 0.06 | 51.72 | 0.73 | 0.77 |
| Hex | EF | E3 | 98 | 0 | 5 | 24 | 6 | 34 | 49 | 4D |
| Octal | 357 | 343 | 230 | 0 | 5 | 44 | 6 | 64 | 111 | 115 |
| Binary | 11101111 | 11100011 | 10011000 | 0 | 101 | 100100 | 110 | 110100 | 1001001 | 1001101 |
Color Harmonies of #EFE398
Complementary color
Monochromatic Colors of #EFE398
Black with #EFE398
Text Example
Text Example
White with #EFE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE398; }
p { color: rgb(239,227,152); }
H1.HeaderClassName
{
color: #EFE398;
}
.AnyTagClassName
{
color: #EFE398;
}
</style>
background-color css
<style>
a { background-color: #EFE398; }
a { background-color: rgb(239,227,152); }
div.DivClassName
{
background-color: #EFE398;
}
.BgClassName
{
background-color: #EFE398;
}
</style>
border-color css
<style>
span { border-color: #EFE398; }
span { border-color: rgb(239,227,152); }
td.TdClassName
{
border-color: #EFE398;
}
.TagClassName
{
border-color: #EFE398;
}
</style>