Shades of Picasso #EFE497
Tints of Picasso #EFE497
RGB
CMYK
RGB Variations
Color information
#EFE497 (or 0xEFE497) is known color: Picasso. HEX triplet: EF, E4 and 97. RGB value is (239,228,151). Sum of RGB (Red+Green+Blue) = 239+228+151=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 151 (59.38% from 255 or 24.43% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE497 is #101B68. Grayscale: #DEDEDE. Windows color (decimal): -1055593 or 9954543. OLE color: 9954543.
HSL color Cylindrical-coordinate representation of color #EFE497: hue angle of 52.5º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFE497 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 151 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.06 |
| HSL | 52.5º | 0.73% | 0.76% | - |
| HSV(B) | 52.5º | 0.37% | 0.94% | - |
| XYZ | 68.93 | 76.07 | 40.33 | - |
| YUV | 222.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 151 | 0 | 0.05 | 0.37 | 0.06 | 52.5 | 0.73 | 0.76 |
| Hex | EF | E4 | 97 | 0 | 5 | 25 | 6 | 34 | 49 | 4C |
| Octal | 357 | 344 | 227 | 0 | 5 | 45 | 6 | 64 | 111 | 114 |
| Binary | 11101111 | 11100100 | 10010111 | 0 | 101 | 100101 | 110 | 110100 | 1001001 | 1001100 |
Color Harmonies of #EFE497
Complementary color
Monochromatic Colors of #EFE497
Black with #EFE497
Text Example
Text Example
White with #EFE497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE497; }
p { color: rgb(239,228,151); }
H1.HeaderClassName
{
color: #EFE497;
}
.AnyTagClassName
{
color: #EFE497;
}
</style>
background-color css
<style>
a { background-color: #EFE497; }
a { background-color: rgb(239,228,151); }
div.DivClassName
{
background-color: #EFE497;
}
.BgClassName
{
background-color: #EFE497;
}
</style>
border-color css
<style>
span { border-color: #EFE497; }
span { border-color: rgb(239,228,151); }
td.TdClassName
{
border-color: #EFE497;
}
.TagClassName
{
border-color: #EFE497;
}
</style>