Shades of Picasso #EFE39C
Tints of Picasso #EFE39C
RGB
CMYK
RGB Variations
Color information
#EFE39C (or 0xEFE39C) is known color: Picasso. HEX triplet: EF, E3 and 9C. RGB value is (239,227,156). Sum of RGB (Red+Green+Blue) = 239+227+156=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 156 (61.33% from 255 or 25.08% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE39C is #101C63. Grayscale: #DEDEDE. Windows color (decimal): -1055844 or 10281967. OLE color: 10281967.
HSL color Cylindrical-coordinate representation of color #EFE39C: hue angle of 51.33º 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 #EFE39C is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 156 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.06 |
| HSL | 51.33º | 0.72% | 0.77% | - |
| HSV(B) | 51.33º | 0.35% | 0.94% | - |
| XYZ | 69.07 | 75.69 | 42.42 | - |
| YUV | 222.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 156 | 0 | 0.05 | 0.35 | 0.06 | 51.33 | 0.72 | 0.77 |
| Hex | EF | E3 | 9C | 0 | 5 | 23 | 6 | 33 | 48 | 4D |
| Octal | 357 | 343 | 234 | 0 | 5 | 43 | 6 | 63 | 110 | 115 |
| Binary | 11101111 | 11100011 | 10011100 | 0 | 101 | 100011 | 110 | 110011 | 1001000 | 1001101 |
Color Harmonies of #EFE39C
Complementary color
Monochromatic Colors of #EFE39C
Black with #EFE39C
Text Example
Text Example
White with #EFE39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE39C; }
p { color: rgb(239,227,156); }
H1.HeaderClassName
{
color: #EFE39C;
}
.AnyTagClassName
{
color: #EFE39C;
}
</style>
background-color css
<style>
a { background-color: #EFE39C; }
a { background-color: rgb(239,227,156); }
div.DivClassName
{
background-color: #EFE39C;
}
.BgClassName
{
background-color: #EFE39C;
}
</style>
border-color css
<style>
span { border-color: #EFE39C; }
span { border-color: rgb(239,227,156); }
td.TdClassName
{
border-color: #EFE39C;
}
.TagClassName
{
border-color: #EFE39C;
}
</style>