Shades of Picasso #FFEB8C
Tints of Picasso #FFEB8C
RGB
CMYK
RGB Variations
Color information
#FFEB8C (or 0xFFEB8C) is known color: Picasso. HEX triplet: FF, EB and 8C. RGB value is (255,235,140). Sum of RGB (Red+Green+Blue) = 255+235+140=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 140 (55.08% from 255 or 22.22% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB8C is #001473. Grayscale: #E6E6E6. Windows color (decimal): -5236 or 9235455. OLE color: 9235455.
HSL color Cylindrical-coordinate representation of color #FFEB8C: hue angle of 49.57º 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 #FFEB8C is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 140 | - |
| CMYK | 0 | 0.08 | 0.45 | 0 |
| HSL | 49.57º | 1% | 0.77% | - |
| HSV(B) | 49.57º | 0.45% | 1% | - |
| XYZ | 75.68 | 82.57 | 36.76 | - |
| YUV | 230.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 140 | 0 | 0.08 | 0.45 | 0 | 49.57 | 1 | 0.77 |
| Hex | FF | EB | 8C | 0 | 8 | 2D | 0 | 32 | 64 | 4D |
| Octal | 377 | 353 | 214 | 0 | 10 | 55 | 0 | 62 | 144 | 115 |
| Binary | 11111111 | 11101011 | 10001100 | 0 | 1000 | 101101 | 0 | 110010 | 1100100 | 1001101 |
Color Harmonies of #FFEB8C
Complementary color
Monochromatic Colors of #FFEB8C
Black with #FFEB8C
Text Example
Text Example
White with #FFEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB8C; }
p { color: rgb(255,235,140); }
H1.HeaderClassName
{
color: #FFEB8C;
}
.AnyTagClassName
{
color: #FFEB8C;
}
</style>
background-color css
<style>
a { background-color: #FFEB8C; }
a { background-color: rgb(255,235,140); }
div.DivClassName
{
background-color: #FFEB8C;
}
.BgClassName
{
background-color: #FFEB8C;
}
</style>
border-color css
<style>
span { border-color: #FFEB8C; }
span { border-color: rgb(255,235,140); }
td.TdClassName
{
border-color: #FFEB8C;
}
.TagClassName
{
border-color: #FFEB8C;
}
</style>