Shades of Picasso #FFED8F
Tints of Picasso #FFED8F
RGB
CMYK
RGB Variations
Color information
#FFED8F (or 0xFFED8F) is known color: Picasso. HEX triplet: FF, ED and 8F. RGB value is (255,237,143). Sum of RGB (Red+Green+Blue) = 255+237+143=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 143 (56.25% from 255 or 22.52% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED8F is #001270. Grayscale: #E8E8E8. Windows color (decimal): -4721 or 9432575. OLE color: 9432575.
HSL color Cylindrical-coordinate representation of color #FFED8F: hue angle of 50.36º 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 #FFED8F is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 143 | - |
| CMYK | 0 | 0.07 | 0.44 | 0 |
| HSL | 50.36º | 1% | 0.78% | - |
| HSV(B) | 50.36º | 0.44% | 1% | - |
| XYZ | 76.48 | 83.81 | 38.13 | - |
| YUV | 231.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 143 | 0 | 0.07 | 0.44 | 0 | 50.36 | 1 | 0.78 |
| Hex | FF | ED | 8F | 0 | 7 | 2C | 0 | 32 | 64 | 4E |
| Octal | 377 | 355 | 217 | 0 | 7 | 54 | 0 | 62 | 144 | 116 |
| Binary | 11111111 | 11101101 | 10001111 | 0 | 111 | 101100 | 0 | 110010 | 1100100 | 1001110 |
Color Harmonies of #FFED8F
Complementary color
Monochromatic Colors of #FFED8F
Black with #FFED8F
Text Example
Text Example
White with #FFED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED8F; }
p { color: rgb(255,237,143); }
H1.HeaderClassName
{
color: #FFED8F;
}
.AnyTagClassName
{
color: #FFED8F;
}
</style>
background-color css
<style>
a { background-color: #FFED8F; }
a { background-color: rgb(255,237,143); }
div.DivClassName
{
background-color: #FFED8F;
}
.BgClassName
{
background-color: #FFED8F;
}
</style>
border-color css
<style>
span { border-color: #FFED8F; }
span { border-color: rgb(255,237,143); }
td.TdClassName
{
border-color: #FFED8F;
}
.TagClassName
{
border-color: #FFED8F;
}
</style>