Shades of Picasso #EFE59A
Tints of Picasso #EFE59A
RGB
CMYK
RGB Variations
Color information
#EFE59A (or 0xEFE59A) is known color: Picasso. HEX triplet: EF, E5 and 9A. RGB value is (239,229,154). Sum of RGB (Red+Green+Blue) = 239+229+154=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE59A is #101A65. Grayscale: #DFDFDF. Windows color (decimal): -1055334 or 10151407. OLE color: 10151407.
HSL color Cylindrical-coordinate representation of color #EFE59A: hue angle of 52.94º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFE59A is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 154 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.06 |
| HSL | 52.94º | 0.73% | 0.77% | - |
| HSV(B) | 52.94º | 0.36% | 0.94% | - |
| XYZ | 69.45 | 76.72 | 41.72 | - |
| YUV | 223.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 154 | 0 | 0.04 | 0.36 | 0.06 | 52.94 | 0.73 | 0.77 |
| Hex | EF | E5 | 9A | 0 | 4 | 24 | 6 | 35 | 49 | 4D |
| Octal | 357 | 345 | 232 | 0 | 4 | 44 | 6 | 65 | 111 | 115 |
| Binary | 11101111 | 11100101 | 10011010 | 0 | 100 | 100100 | 110 | 110101 | 1001001 | 1001101 |
Color Harmonies of #EFE59A
Complementary color
Monochromatic Colors of #EFE59A
Black with #EFE59A
Text Example
Text Example
White with #EFE59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE59A; }
p { color: rgb(239,229,154); }
H1.HeaderClassName
{
color: #EFE59A;
}
.AnyTagClassName
{
color: #EFE59A;
}
</style>
background-color css
<style>
a { background-color: #EFE59A; }
a { background-color: rgb(239,229,154); }
div.DivClassName
{
background-color: #EFE59A;
}
.BgClassName
{
background-color: #EFE59A;
}
</style>
border-color css
<style>
span { border-color: #EFE59A; }
span { border-color: rgb(239,229,154); }
td.TdClassName
{
border-color: #EFE59A;
}
.TagClassName
{
border-color: #EFE59A;
}
</style>