Shades of Picasso #EFE597
Tints of Picasso #EFE597
RGB
CMYK
RGB Variations
Color information
#EFE597 (or 0xEFE597) is known color: Picasso. HEX triplet: EF, E5 and 97. RGB value is (239,229,151). Sum of RGB (Red+Green+Blue) = 239+229+151=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 151 (59.38% from 255 or 24.39% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE597 is #101A68. Grayscale: #DFDFDF. Windows color (decimal): -1055337 or 9954799. OLE color: 9954799.
HSL color Cylindrical-coordinate representation of color #EFE597: hue angle of 53.18º 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 #EFE597 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 151 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.06 |
| HSL | 53.18º | 0.73% | 0.76% | - |
| HSV(B) | 53.18º | 0.37% | 0.94% | - |
| XYZ | 69.2 | 76.62 | 40.42 | - |
| YUV | 223.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 151 | 0 | 0.04 | 0.37 | 0.06 | 53.18 | 0.73 | 0.76 |
| Hex | EF | E5 | 97 | 0 | 4 | 25 | 6 | 35 | 49 | 4C |
| Octal | 357 | 345 | 227 | 0 | 4 | 45 | 6 | 65 | 111 | 114 |
| Binary | 11101111 | 11100101 | 10010111 | 0 | 100 | 100101 | 110 | 110101 | 1001001 | 1001100 |
Color Harmonies of #EFE597
Complementary color
Monochromatic Colors of #EFE597
Black with #EFE597
Text Example
Text Example
White with #EFE597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE597; }
p { color: rgb(239,229,151); }
H1.HeaderClassName
{
color: #EFE597;
}
.AnyTagClassName
{
color: #EFE597;
}
</style>
background-color css
<style>
a { background-color: #EFE597; }
a { background-color: rgb(239,229,151); }
div.DivClassName
{
background-color: #EFE597;
}
.BgClassName
{
background-color: #EFE597;
}
</style>
border-color css
<style>
span { border-color: #EFE597; }
span { border-color: rgb(239,229,151); }
td.TdClassName
{
border-color: #EFE597;
}
.TagClassName
{
border-color: #EFE597;
}
</style>