Shades of Picasso #EFE79A
Tints of Picasso #EFE79A
RGB
CMYK
RGB Variations
Color information
#EFE79A (or 0xEFE79A) is known color: Picasso. HEX triplet: EF, E7 and 9A. RGB value is (239,231,154). Sum of RGB (Red+Green+Blue) = 239+231+154=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE79A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE79A is #101865. Grayscale: #E0E0E0. Windows color (decimal): -1054822 or 10151919. OLE color: 10151919.
HSL color Cylindrical-coordinate representation of color #EFE79A: hue angle of 54.35º 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 #EFE79A is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 154 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.06 |
| HSL | 54.35º | 0.73% | 0.77% | - |
| HSV(B) | 54.35º | 0.36% | 0.94% | - |
| XYZ | 70.01 | 77.84 | 41.91 | - |
| YUV | 224.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 154 | 0 | 0.03 | 0.36 | 0.06 | 54.35 | 0.73 | 0.77 |
| Hex | EF | E7 | 9A | 0 | 3 | 24 | 6 | 36 | 49 | 4D |
| Octal | 357 | 347 | 232 | 0 | 3 | 44 | 6 | 66 | 111 | 115 |
| Binary | 11101111 | 11100111 | 10011010 | 0 | 11 | 100100 | 110 | 110110 | 1001001 | 1001101 |
Color Harmonies of #EFE79A
Complementary color
Monochromatic Colors of #EFE79A
Black with #EFE79A
Text Example
Text Example
White with #EFE79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE79A; }
p { color: rgb(239,231,154); }
H1.HeaderClassName
{
color: #EFE79A;
}
.AnyTagClassName
{
color: #EFE79A;
}
</style>
background-color css
<style>
a { background-color: #EFE79A; }
a { background-color: rgb(239,231,154); }
div.DivClassName
{
background-color: #EFE79A;
}
.BgClassName
{
background-color: #EFE79A;
}
</style>
border-color css
<style>
span { border-color: #EFE79A; }
span { border-color: rgb(239,231,154); }
td.TdClassName
{
border-color: #EFE79A;
}
.TagClassName
{
border-color: #EFE79A;
}
</style>