Shades of Picasso #FFEB8D
Tints of Picasso #FFEB8D
RGB
CMYK
RGB Variations
Color information
#FFEB8D (or 0xFFEB8D) is known color: Picasso. HEX triplet: FF, EB and 8D. RGB value is (255,235,141). Sum of RGB (Red+Green+Blue) = 255+235+141=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 141 (55.47% from 255 or 22.35% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB8D is #001472. Grayscale: #E6E6E6. Windows color (decimal): -5235 or 9300991. OLE color: 9300991.
HSL color Cylindrical-coordinate representation of color #FFEB8D: hue angle of 49.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFEB8D is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 141 | - |
| CMYK | 0 | 0.08 | 0.45 | 0 |
| HSL | 49.47º | 1% | 0.78% | - |
| HSV(B) | 49.47º | 0.45% | 1% | - |
| XYZ | 75.76 | 82.6 | 37.15 | - |
| YUV | 230.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 141 | 0 | 0.08 | 0.45 | 0 | 49.47 | 1 | 0.78 |
| Hex | FF | EB | 8D | 0 | 8 | 2D | 0 | 31 | 64 | 4E |
| Octal | 377 | 353 | 215 | 0 | 10 | 55 | 0 | 61 | 144 | 116 |
| Binary | 11111111 | 11101011 | 10001101 | 0 | 1000 | 101101 | 0 | 110001 | 1100100 | 1001110 |
Color Harmonies of #FFEB8D
Complementary color
Monochromatic Colors of #FFEB8D
Black with #FFEB8D
Text Example
Text Example
White with #FFEB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB8D; }
p { color: rgb(255,235,141); }
H1.HeaderClassName
{
color: #FFEB8D;
}
.AnyTagClassName
{
color: #FFEB8D;
}
</style>
background-color css
<style>
a { background-color: #FFEB8D; }
a { background-color: rgb(255,235,141); }
div.DivClassName
{
background-color: #FFEB8D;
}
.BgClassName
{
background-color: #FFEB8D;
}
</style>
border-color css
<style>
span { border-color: #FFEB8D; }
span { border-color: rgb(255,235,141); }
td.TdClassName
{
border-color: #FFEB8D;
}
.TagClassName
{
border-color: #FFEB8D;
}
</style>