Shades of Picasso #EFE49E
Tints of Picasso #EFE49E
RGB
CMYK
RGB Variations
Color information
#EFE49E (or 0xEFE49E) is known color: Picasso. HEX triplet: EF, E4 and 9E. RGB value is (239,228,158). Sum of RGB (Red+Green+Blue) = 239+228+158=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE49E is #101B61. Grayscale: #DFDFDF. Windows color (decimal): -1055586 or 10413295. OLE color: 10413295.
HSL color Cylindrical-coordinate representation of color #EFE49E: hue angle of 51.85º 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 #EFE49E is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 158 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.06 |
| HSL | 51.85º | 0.72% | 0.78% | - |
| HSV(B) | 51.85º | 0.34% | 0.94% | - |
| XYZ | 69.51 | 76.31 | 43.41 | - |
| YUV | 223.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 158 | 0 | 0.05 | 0.34 | 0.06 | 51.85 | 0.72 | 0.78 |
| Hex | EF | E4 | 9E | 0 | 5 | 22 | 6 | 34 | 48 | 4E |
| Octal | 357 | 344 | 236 | 0 | 5 | 42 | 6 | 64 | 110 | 116 |
| Binary | 11101111 | 11100100 | 10011110 | 0 | 101 | 100010 | 110 | 110100 | 1001000 | 1001110 |
Color Harmonies of #EFE49E
Complementary color
Monochromatic Colors of #EFE49E
Black with #EFE49E
Text Example
Text Example
White with #EFE49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE49E; }
p { color: rgb(239,228,158); }
H1.HeaderClassName
{
color: #EFE49E;
}
.AnyTagClassName
{
color: #EFE49E;
}
</style>
background-color css
<style>
a { background-color: #EFE49E; }
a { background-color: rgb(239,228,158); }
div.DivClassName
{
background-color: #EFE49E;
}
.BgClassName
{
background-color: #EFE49E;
}
</style>
border-color css
<style>
span { border-color: #EFE49E; }
span { border-color: rgb(239,228,158); }
td.TdClassName
{
border-color: #EFE49E;
}
.TagClassName
{
border-color: #EFE49E;
}
</style>