Shades of Picasso #FFED8B
Tints of Picasso #FFED8B
RGB
CMYK
RGB Variations
Color information
#FFED8B (or 0xFFED8B) is known color: Picasso. HEX triplet: FF, ED and 8B. RGB value is (255,237,139). Sum of RGB (Red+Green+Blue) = 255+237+139=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 139 (54.69% from 255 or 22.03% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED8B is #001274. Grayscale: #E7E7E7. Windows color (decimal): -4725 or 9170431. OLE color: 9170431.
HSL color Cylindrical-coordinate representation of color #FFED8B: hue angle of 50.69º 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 #FFED8B is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 139 | - |
| CMYK | 0 | 0.07 | 0.45 | 0 |
| HSL | 50.69º | 1% | 0.77% | - |
| HSV(B) | 50.69º | 0.45% | 1% | - |
| XYZ | 76.18 | 83.69 | 36.57 | - |
| YUV | 231.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 139 | 0 | 0.07 | 0.45 | 0 | 50.69 | 1 | 0.77 |
| Hex | FF | ED | 8B | 0 | 7 | 2D | 0 | 33 | 64 | 4D |
| Octal | 377 | 355 | 213 | 0 | 7 | 55 | 0 | 63 | 144 | 115 |
| Binary | 11111111 | 11101101 | 10001011 | 0 | 111 | 101101 | 0 | 110011 | 1100100 | 1001101 |
Color Harmonies of #FFED8B
Complementary color
Monochromatic Colors of #FFED8B
Black with #FFED8B
Text Example
Text Example
White with #FFED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED8B; }
p { color: rgb(255,237,139); }
H1.HeaderClassName
{
color: #FFED8B;
}
.AnyTagClassName
{
color: #FFED8B;
}
</style>
background-color css
<style>
a { background-color: #FFED8B; }
a { background-color: rgb(255,237,139); }
div.DivClassName
{
background-color: #FFED8B;
}
.BgClassName
{
background-color: #FFED8B;
}
</style>
border-color css
<style>
span { border-color: #FFED8B; }
span { border-color: rgb(255,237,139); }
td.TdClassName
{
border-color: #FFED8B;
}
.TagClassName
{
border-color: #FFED8B;
}
</style>