Shades of Picasso #EFE49C
Tints of Picasso #EFE49C
RGB
CMYK
RGB Variations
Color information
#EFE49C (or 0xEFE49C) is known color: Picasso. HEX triplet: EF, E4 and 9C. RGB value is (239,228,156). Sum of RGB (Red+Green+Blue) = 239+228+156=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 156 (61.33% from 255 or 25.04% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE49C is #101B63. Grayscale: #DFDFDF. Windows color (decimal): -1055588 or 10282223. OLE color: 10282223.
HSL color Cylindrical-coordinate representation of color #EFE49C: hue angle of 52.05º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFE49C is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 156 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.06 |
| HSL | 52.05º | 0.72% | 0.77% | - |
| HSV(B) | 52.05º | 0.35% | 0.94% | - |
| XYZ | 69.34 | 76.24 | 42.51 | - |
| YUV | 223.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 156 | 0 | 0.05 | 0.35 | 0.06 | 52.05 | 0.72 | 0.77 |
| Hex | EF | E4 | 9C | 0 | 5 | 23 | 6 | 34 | 48 | 4D |
| Octal | 357 | 344 | 234 | 0 | 5 | 43 | 6 | 64 | 110 | 115 |
| Binary | 11101111 | 11100100 | 10011100 | 0 | 101 | 100011 | 110 | 110100 | 1001000 | 1001101 |
Color Harmonies of #EFE49C
Complementary color
Monochromatic Colors of #EFE49C
Black with #EFE49C
Text Example
Text Example
White with #EFE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE49C; }
p { color: rgb(239,228,156); }
H1.HeaderClassName
{
color: #EFE49C;
}
.AnyTagClassName
{
color: #EFE49C;
}
</style>
background-color css
<style>
a { background-color: #EFE49C; }
a { background-color: rgb(239,228,156); }
div.DivClassName
{
background-color: #EFE49C;
}
.BgClassName
{
background-color: #EFE49C;
}
</style>
border-color css
<style>
span { border-color: #EFE49C; }
span { border-color: rgb(239,228,156); }
td.TdClassName
{
border-color: #EFE49C;
}
.TagClassName
{
border-color: #EFE49C;
}
</style>