Shades of Picasso #FFEF8F
Tints of Picasso #FFEF8F
RGB
CMYK
RGB Variations
Color information
#FFEF8F (or 0xFFEF8F) is known color: Picasso. HEX triplet: FF, EF and 8F. RGB value is (255,239,143). Sum of RGB (Red+Green+Blue) = 255+239+143=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 143 (56.25% from 255 or 22.45% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF8F is #001070. Grayscale: #E9E9E9. Windows color (decimal): -4209 or 9433087. OLE color: 9433087.
HSL color Cylindrical-coordinate representation of color #FFEF8F: hue angle of 51.43º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFEF8F is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 143 | - |
| CMYK | 0 | 0.06 | 0.44 | 0 |
| HSL | 51.43º | 1% | 0.78% | - |
| HSV(B) | 51.43º | 0.44% | 1% | - |
| XYZ | 77.06 | 84.98 | 38.33 | - |
| YUV | 232.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 143 | 0 | 0.06 | 0.44 | 0 | 51.43 | 1 | 0.78 |
| Hex | FF | EF | 8F | 0 | 6 | 2C | 0 | 33 | 64 | 4E |
| Octal | 377 | 357 | 217 | 0 | 6 | 54 | 0 | 63 | 144 | 116 |
| Binary | 11111111 | 11101111 | 10001111 | 0 | 110 | 101100 | 0 | 110011 | 1100100 | 1001110 |
Color Harmonies of #FFEF8F
Complementary color
Monochromatic Colors of #FFEF8F
Black with #FFEF8F
Text Example
Text Example
White with #FFEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF8F; }
p { color: rgb(255,239,143); }
H1.HeaderClassName
{
color: #FFEF8F;
}
.AnyTagClassName
{
color: #FFEF8F;
}
</style>
background-color css
<style>
a { background-color: #FFEF8F; }
a { background-color: rgb(255,239,143); }
div.DivClassName
{
background-color: #FFEF8F;
}
.BgClassName
{
background-color: #FFEF8F;
}
</style>
border-color css
<style>
span { border-color: #FFEF8F; }
span { border-color: rgb(255,239,143); }
td.TdClassName
{
border-color: #FFEF8F;
}
.TagClassName
{
border-color: #FFEF8F;
}
</style>