Shades of Picasso #FFED8C
Tints of Picasso #FFED8C
RGB
CMYK
RGB Variations
Color information
#FFED8C (or 0xFFED8C) is known color: Picasso. HEX triplet: FF, ED and 8C. RGB value is (255,237,140). Sum of RGB (Red+Green+Blue) = 255+237+140=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 140 (55.08% from 255 or 22.15% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED8C is #001273. Grayscale: #E7E7E7. Windows color (decimal): -4724 or 9235967. OLE color: 9235967.
HSL color Cylindrical-coordinate representation of color #FFED8C: hue angle of 50.61º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFED8C is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 140 | - |
| CMYK | 0 | 0.07 | 0.45 | 0 |
| HSL | 50.61º | 1% | 0.77% | - |
| HSV(B) | 50.61º | 0.45% | 1% | - |
| XYZ | 76.26 | 83.72 | 36.95 | - |
| YUV | 231.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 140 | 0 | 0.07 | 0.45 | 0 | 50.61 | 1 | 0.77 |
| Hex | FF | ED | 8C | 0 | 7 | 2D | 0 | 33 | 64 | 4D |
| Octal | 377 | 355 | 214 | 0 | 7 | 55 | 0 | 63 | 144 | 115 |
| Binary | 11111111 | 11101101 | 10001100 | 0 | 111 | 101101 | 0 | 110011 | 1100100 | 1001101 |
Color Harmonies of #FFED8C
Complementary color
Monochromatic Colors of #FFED8C
Black with #FFED8C
Text Example
Text Example
White with #FFED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED8C; }
p { color: rgb(255,237,140); }
H1.HeaderClassName
{
color: #FFED8C;
}
.AnyTagClassName
{
color: #FFED8C;
}
</style>
background-color css
<style>
a { background-color: #FFED8C; }
a { background-color: rgb(255,237,140); }
div.DivClassName
{
background-color: #FFED8C;
}
.BgClassName
{
background-color: #FFED8C;
}
</style>
border-color css
<style>
span { border-color: #FFED8C; }
span { border-color: rgb(255,237,140); }
td.TdClassName
{
border-color: #FFED8C;
}
.TagClassName
{
border-color: #FFED8C;
}
</style>