Shades of Picasso #FFED87
Tints of Picasso #FFED87
RGB
CMYK
RGB Variations
Color information
#FFED87 (or 0xFFED87) is known color: Picasso. HEX triplet: FF, ED and 87. RGB value is (255,237,135). Sum of RGB (Red+Green+Blue) = 255+237+135=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 135 (53.12% from 255 or 21.53% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED87 is #001278. Grayscale: #E7E7E7. Windows color (decimal): -4729 or 8908287. OLE color: 8908287.
HSL color Cylindrical-coordinate representation of color #FFED87: hue angle of 51º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFED87 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 135 | - |
| CMYK | 0 | 0.07 | 0.47 | 0 |
| HSL | 51º | 1% | 0.76% | - |
| HSV(B) | 51º | 0.47% | 1% | - |
| XYZ | 75.9 | 83.58 | 35.05 | - |
| YUV | 230.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 135 | 0 | 0.07 | 0.47 | 0 | 51 | 1 | 0.76 |
| Hex | FF | ED | 87 | 0 | 7 | 2F | 0 | 33 | 64 | 4C |
| Octal | 377 | 355 | 207 | 0 | 7 | 57 | 0 | 63 | 144 | 114 |
| Binary | 11111111 | 11101101 | 10000111 | 0 | 111 | 101111 | 0 | 110011 | 1100100 | 1001100 |
Color Harmonies of #FFED87
Complementary color
Monochromatic Colors of #FFED87
Black with #FFED87
Text Example
Text Example
White with #FFED87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED87; }
p { color: rgb(255,237,135); }
H1.HeaderClassName
{
color: #FFED87;
}
.AnyTagClassName
{
color: #FFED87;
}
</style>
background-color css
<style>
a { background-color: #FFED87; }
a { background-color: rgb(255,237,135); }
div.DivClassName
{
background-color: #FFED87;
}
.BgClassName
{
background-color: #FFED87;
}
</style>
border-color css
<style>
span { border-color: #FFED87; }
span { border-color: rgb(255,237,135); }
td.TdClassName
{
border-color: #FFED87;
}
.TagClassName
{
border-color: #FFED87;
}
</style>