Shades of Picasso #FFEB8B
Tints of Picasso #FFEB8B
RGB
CMYK
RGB Variations
Color information
#FFEB8B (or 0xFFEB8B) is known color: Picasso. HEX triplet: FF, EB and 8B. RGB value is (255,235,139). Sum of RGB (Red+Green+Blue) = 255+235+139=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 139 (54.69% from 255 or 22.10% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB8B is #001474. Grayscale: #E6E6E6. Windows color (decimal): -5237 or 9169919. OLE color: 9169919.
HSL color Cylindrical-coordinate representation of color #FFEB8B: hue angle of 49.66º 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 #FFEB8B is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 139 | - |
| CMYK | 0 | 0.08 | 0.45 | 0 |
| HSL | 49.66º | 1% | 0.77% | - |
| HSV(B) | 49.66º | 0.45% | 1% | - |
| XYZ | 75.61 | 82.54 | 36.37 | - |
| YUV | 230.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 139 | 0 | 0.08 | 0.45 | 0 | 49.66 | 1 | 0.77 |
| Hex | FF | EB | 8B | 0 | 8 | 2D | 0 | 32 | 64 | 4D |
| Octal | 377 | 353 | 213 | 0 | 10 | 55 | 0 | 62 | 144 | 115 |
| Binary | 11111111 | 11101011 | 10001011 | 0 | 1000 | 101101 | 0 | 110010 | 1100100 | 1001101 |
Color Harmonies of #FFEB8B
Complementary color
Monochromatic Colors of #FFEB8B
Black with #FFEB8B
Text Example
Text Example
White with #FFEB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB8B; }
p { color: rgb(255,235,139); }
H1.HeaderClassName
{
color: #FFEB8B;
}
.AnyTagClassName
{
color: #FFEB8B;
}
</style>
background-color css
<style>
a { background-color: #FFEB8B; }
a { background-color: rgb(255,235,139); }
div.DivClassName
{
background-color: #FFEB8B;
}
.BgClassName
{
background-color: #FFEB8B;
}
</style>
border-color css
<style>
span { border-color: #FFEB8B; }
span { border-color: rgb(255,235,139); }
td.TdClassName
{
border-color: #FFEB8B;
}
.TagClassName
{
border-color: #FFEB8B;
}
</style>