Shades of Picasso #EFE399
Tints of Picasso #EFE399
RGB
CMYK
RGB Variations
Color information
#EFE399 (or 0xEFE399) is known color: Picasso. HEX triplet: EF, E3 and 99. RGB value is (239,227,153). Sum of RGB (Red+Green+Blue) = 239+227+153=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 153 (60.16% from 255 or 24.72% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE399 is #101C66. Grayscale: #DEDEDE. Windows color (decimal): -1055847 or 10085359. OLE color: 10085359.
HSL color Cylindrical-coordinate representation of color #EFE399: hue angle of 51.63º 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 #EFE399 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 153 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.06 |
| HSL | 51.63º | 0.73% | 0.77% | - |
| HSV(B) | 51.63º | 0.36% | 0.94% | - |
| XYZ | 68.82 | 75.59 | 41.1 | - |
| YUV | 222.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 153 | 0 | 0.05 | 0.36 | 0.06 | 51.63 | 0.73 | 0.77 |
| Hex | EF | E3 | 99 | 0 | 5 | 24 | 6 | 34 | 49 | 4D |
| Octal | 357 | 343 | 231 | 0 | 5 | 44 | 6 | 64 | 111 | 115 |
| Binary | 11101111 | 11100011 | 10011001 | 0 | 101 | 100100 | 110 | 110100 | 1001001 | 1001101 |
Color Harmonies of #EFE399
Complementary color
Monochromatic Colors of #EFE399
Black with #EFE399
Text Example
Text Example
White with #EFE399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE399; }
p { color: rgb(239,227,153); }
H1.HeaderClassName
{
color: #EFE399;
}
.AnyTagClassName
{
color: #EFE399;
}
</style>
background-color css
<style>
a { background-color: #EFE399; }
a { background-color: rgb(239,227,153); }
div.DivClassName
{
background-color: #EFE399;
}
.BgClassName
{
background-color: #EFE399;
}
</style>
border-color css
<style>
span { border-color: #EFE399; }
span { border-color: rgb(239,227,153); }
td.TdClassName
{
border-color: #EFE399;
}
.TagClassName
{
border-color: #EFE399;
}
</style>