Shades of Picasso #EFE79B
Tints of Picasso #EFE79B
RGB
CMYK
RGB Variations
Color information
#EFE79B (or 0xEFE79B) is known color: Picasso. HEX triplet: EF, E7 and 9B. RGB value is (239,231,155). Sum of RGB (Red+Green+Blue) = 239+231+155=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE79B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE79B is #101864. Grayscale: #E1E1E1. Windows color (decimal): -1054821 or 10217455. OLE color: 10217455.
HSL color Cylindrical-coordinate representation of color #EFE79B: hue angle of 54.29º 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 #EFE79B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 155 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.06 |
| HSL | 54.29º | 0.72% | 0.77% | - |
| HSV(B) | 54.29º | 0.35% | 0.94% | - |
| XYZ | 70.09 | 77.87 | 42.35 | - |
| YUV | 224.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 155 | 0 | 0.03 | 0.35 | 0.06 | 54.29 | 0.72 | 0.77 |
| Hex | EF | E7 | 9B | 0 | 3 | 23 | 6 | 36 | 48 | 4D |
| Octal | 357 | 347 | 233 | 0 | 3 | 43 | 6 | 66 | 110 | 115 |
| Binary | 11101111 | 11100111 | 10011011 | 0 | 11 | 100011 | 110 | 110110 | 1001000 | 1001101 |
Color Harmonies of #EFE79B
Complementary color
Monochromatic Colors of #EFE79B
Black with #EFE79B
Text Example
Text Example
White with #EFE79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE79B; }
p { color: rgb(239,231,155); }
H1.HeaderClassName
{
color: #EFE79B;
}
.AnyTagClassName
{
color: #EFE79B;
}
</style>
background-color css
<style>
a { background-color: #EFE79B; }
a { background-color: rgb(239,231,155); }
div.DivClassName
{
background-color: #EFE79B;
}
.BgClassName
{
background-color: #EFE79B;
}
</style>
border-color css
<style>
span { border-color: #EFE79B; }
span { border-color: rgb(239,231,155); }
td.TdClassName
{
border-color: #EFE79B;
}
.TagClassName
{
border-color: #EFE79B;
}
</style>