Shades of Picasso #EFE499
Tints of Picasso #EFE499
RGB
CMYK
RGB Variations
Color information
#EFE499 (or 0xEFE499) is known color: Picasso. HEX triplet: EF, E4 and 99. RGB value is (239,228,153). Sum of RGB (Red+Green+Blue) = 239+228+153=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE499 is #101B66. Grayscale: #DFDFDF. Windows color (decimal): -1055591 or 10085615. OLE color: 10085615.
HSL color Cylindrical-coordinate representation of color #EFE499: hue angle of 52.33º 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 #EFE499 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 153 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.06 |
| HSL | 52.33º | 0.73% | 0.77% | - |
| HSV(B) | 52.33º | 0.36% | 0.94% | - |
| XYZ | 69.09 | 76.14 | 41.19 | - |
| YUV | 222.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 153 | 0 | 0.05 | 0.36 | 0.06 | 52.33 | 0.73 | 0.77 |
| Hex | EF | E4 | 99 | 0 | 5 | 24 | 6 | 34 | 49 | 4D |
| Octal | 357 | 344 | 231 | 0 | 5 | 44 | 6 | 64 | 111 | 115 |
| Binary | 11101111 | 11100100 | 10011001 | 0 | 101 | 100100 | 110 | 110100 | 1001001 | 1001101 |
Color Harmonies of #EFE499
Complementary color
Monochromatic Colors of #EFE499
Black with #EFE499
Text Example
Text Example
White with #EFE499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE499; }
p { color: rgb(239,228,153); }
H1.HeaderClassName
{
color: #EFE499;
}
.AnyTagClassName
{
color: #EFE499;
}
</style>
background-color css
<style>
a { background-color: #EFE499; }
a { background-color: rgb(239,228,153); }
div.DivClassName
{
background-color: #EFE499;
}
.BgClassName
{
background-color: #EFE499;
}
</style>
border-color css
<style>
span { border-color: #EFE499; }
span { border-color: rgb(239,228,153); }
td.TdClassName
{
border-color: #EFE499;
}
.TagClassName
{
border-color: #EFE499;
}
</style>