Shades of Picasso #FFEB8A
Tints of Picasso #FFEB8A
RGB
CMYK
RGB Variations
Color information
#FFEB8A (or 0xFFEB8A) is known color: Picasso. HEX triplet: FF, EB and 8A. RGB value is (255,235,138). Sum of RGB (Red+Green+Blue) = 255+235+138=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 138 (54.30% from 255 or 21.97% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB8A is #001475. Grayscale: #E6E6E6. Windows color (decimal): -5238 or 9104383. OLE color: 9104383.
HSL color Cylindrical-coordinate representation of color #FFEB8A: hue angle of 49.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFEB8A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 138 | - |
| CMYK | 0 | 0.08 | 0.46 | 0 |
| HSL | 49.74º | 1% | 0.77% | - |
| HSV(B) | 49.74º | 0.46% | 1% | - |
| XYZ | 75.54 | 82.51 | 35.99 | - |
| YUV | 229.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 138 | 0 | 0.08 | 0.46 | 0 | 49.74 | 1 | 0.77 |
| Hex | FF | EB | 8A | 0 | 8 | 2E | 0 | 32 | 64 | 4D |
| Octal | 377 | 353 | 212 | 0 | 10 | 56 | 0 | 62 | 144 | 115 |
| Binary | 11111111 | 11101011 | 10001010 | 0 | 1000 | 101110 | 0 | 110010 | 1100100 | 1001101 |
Color Harmonies of #FFEB8A
Complementary color
Monochromatic Colors of #FFEB8A
Black with #FFEB8A
Text Example
Text Example
White with #FFEB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB8A; }
p { color: rgb(255,235,138); }
H1.HeaderClassName
{
color: #FFEB8A;
}
.AnyTagClassName
{
color: #FFEB8A;
}
</style>
background-color css
<style>
a { background-color: #FFEB8A; }
a { background-color: rgb(255,235,138); }
div.DivClassName
{
background-color: #FFEB8A;
}
.BgClassName
{
background-color: #FFEB8A;
}
</style>
border-color css
<style>
span { border-color: #FFEB8A; }
span { border-color: rgb(255,235,138); }
td.TdClassName
{
border-color: #FFEB8A;
}
.TagClassName
{
border-color: #FFEB8A;
}
</style>