Shades of Picasso #EFE59E
Tints of Picasso #EFE59E
RGB
CMYK
RGB Variations
Color information
#EFE59E (or 0xEFE59E) is known color: Picasso. HEX triplet: EF, E5 and 9E. RGB value is (239,229,158). Sum of RGB (Red+Green+Blue) = 239+229+158=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 158 (62.11% from 255 or 25.24% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE59E is #101A61. Grayscale: #E0E0E0. Windows color (decimal): -1055330 or 10413551. OLE color: 10413551.
HSL color Cylindrical-coordinate representation of color #EFE59E: hue angle of 52.59º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFE59E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 158 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.06 |
| HSL | 52.59º | 0.72% | 0.78% | - |
| HSV(B) | 52.59º | 0.34% | 0.94% | - |
| XYZ | 69.79 | 76.86 | 43.5 | - |
| YUV | 223.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 158 | 0 | 0.04 | 0.34 | 0.06 | 52.59 | 0.72 | 0.78 |
| Hex | EF | E5 | 9E | 0 | 4 | 22 | 6 | 35 | 48 | 4E |
| Octal | 357 | 345 | 236 | 0 | 4 | 42 | 6 | 65 | 110 | 116 |
| Binary | 11101111 | 11100101 | 10011110 | 0 | 100 | 100010 | 110 | 110101 | 1001000 | 1001110 |
Color Harmonies of #EFE59E
Complementary color
Monochromatic Colors of #EFE59E
Black with #EFE59E
Text Example
Text Example
White with #EFE59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE59E; }
p { color: rgb(239,229,158); }
H1.HeaderClassName
{
color: #EFE59E;
}
.AnyTagClassName
{
color: #EFE59E;
}
</style>
background-color css
<style>
a { background-color: #EFE59E; }
a { background-color: rgb(239,229,158); }
div.DivClassName
{
background-color: #EFE59E;
}
.BgClassName
{
background-color: #EFE59E;
}
</style>
border-color css
<style>
span { border-color: #EFE59E; }
span { border-color: rgb(239,229,158); }
td.TdClassName
{
border-color: #EFE59E;
}
.TagClassName
{
border-color: #EFE59E;
}
</style>