Shades of Picasso #EFE697
Tints of Picasso #EFE697
RGB
CMYK
RGB Variations
Color information
#EFE697 (or 0xEFE697) is known color: Picasso. HEX triplet: EF, E6 and 97. RGB value is (239,230,151). Sum of RGB (Red+Green+Blue) = 239+230+151=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 151 (59.38% from 255 or 24.35% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE697 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE697 is #101968. Grayscale: #E0E0E0. Windows color (decimal): -1055081 or 9955055. OLE color: 9955055.
HSL color Cylindrical-coordinate representation of color #EFE697: hue angle of 53.86º 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 #EFE697 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 151 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.06 |
| HSL | 53.86º | 0.73% | 0.76% | - |
| HSV(B) | 53.86º | 0.37% | 0.94% | - |
| XYZ | 69.48 | 77.18 | 40.51 | - |
| YUV | 223.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 151 | 0 | 0.04 | 0.37 | 0.06 | 53.86 | 0.73 | 0.76 |
| Hex | EF | E6 | 97 | 0 | 4 | 25 | 6 | 36 | 49 | 4C |
| Octal | 357 | 346 | 227 | 0 | 4 | 45 | 6 | 66 | 111 | 114 |
| Binary | 11101111 | 11100110 | 10010111 | 0 | 100 | 100101 | 110 | 110110 | 1001001 | 1001100 |
Color Harmonies of #EFE697
Complementary color
Monochromatic Colors of #EFE697
Black with #EFE697
Text Example
Text Example
White with #EFE697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE697; }
p { color: rgb(239,230,151); }
H1.HeaderClassName
{
color: #EFE697;
}
.AnyTagClassName
{
color: #EFE697;
}
</style>
background-color css
<style>
a { background-color: #EFE697; }
a { background-color: rgb(239,230,151); }
div.DivClassName
{
background-color: #EFE697;
}
.BgClassName
{
background-color: #EFE697;
}
</style>
border-color css
<style>
span { border-color: #EFE697; }
span { border-color: rgb(239,230,151); }
td.TdClassName
{
border-color: #EFE697;
}
.TagClassName
{
border-color: #EFE697;
}
</style>