Shades of Picasso #FFEF92
Tints of Picasso #FFEF92
RGB
CMYK
RGB Variations
Color information
#FFEF92 (or 0xFFEF92) is known color: Picasso. HEX triplet: FF, EF and 92. RGB value is (255,239,146). Sum of RGB (Red+Green+Blue) = 255+239+146=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 146 (57.42% from 255 or 22.81% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF92 is #00106D. Grayscale: #E9E9E9. Windows color (decimal): -4206 or 9629695. OLE color: 9629695.
HSL color Cylindrical-coordinate representation of color #FFEF92: hue angle of 51.19º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFEF92 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 146 | - |
| CMYK | 0 | 0.06 | 0.43 | 0 |
| HSL | 51.19º | 1% | 0.79% | - |
| HSV(B) | 51.19º | 0.43% | 1% | - |
| XYZ | 77.29 | 85.07 | 39.54 | - |
| YUV | 233.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 146 | 0 | 0.06 | 0.43 | 0 | 51.19 | 1 | 0.79 |
| Hex | FF | EF | 92 | 0 | 6 | 2B | 0 | 33 | 64 | 4F |
| Octal | 377 | 357 | 222 | 0 | 6 | 53 | 0 | 63 | 144 | 117 |
| Binary | 11111111 | 11101111 | 10010010 | 0 | 110 | 101011 | 0 | 110011 | 1100100 | 1001111 |
Color Harmonies of #FFEF92
Complementary color
Monochromatic Colors of #FFEF92
Black with #FFEF92
Text Example
Text Example
White with #FFEF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF92; }
p { color: rgb(255,239,146); }
H1.HeaderClassName
{
color: #FFEF92;
}
.AnyTagClassName
{
color: #FFEF92;
}
</style>
background-color css
<style>
a { background-color: #FFEF92; }
a { background-color: rgb(255,239,146); }
div.DivClassName
{
background-color: #FFEF92;
}
.BgClassName
{
background-color: #FFEF92;
}
</style>
border-color css
<style>
span { border-color: #FFEF92; }
span { border-color: rgb(255,239,146); }
td.TdClassName
{
border-color: #FFEF92;
}
.TagClassName
{
border-color: #FFEF92;
}
</style>