Shades of Picasso #FFEC90
Tints of Picasso #FFEC90
RGB
CMYK
RGB Variations
Color information
#FFEC90 (or 0xFFEC90) is known color: Picasso. HEX triplet: FF, EC and 90. RGB value is (255,236,144). Sum of RGB (Red+Green+Blue) = 255+236+144=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 144 (56.64% from 255 or 22.68% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC90 is #00136F. Grayscale: #E7E7E7. Windows color (decimal): -4976 or 9497855. OLE color: 9497855.
HSL color Cylindrical-coordinate representation of color #FFEC90: hue angle of 49.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFEC90 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 144 | - |
| CMYK | 0 | 0.07 | 0.44 | 0 |
| HSL | 49.73º | 1% | 0.78% | - |
| HSV(B) | 49.73º | 0.44% | 1% | - |
| XYZ | 76.27 | 83.26 | 38.44 | - |
| YUV | 231.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 144 | 0 | 0.07 | 0.44 | 0 | 49.73 | 1 | 0.78 |
| Hex | FF | EC | 90 | 0 | 7 | 2C | 0 | 32 | 64 | 4E |
| Octal | 377 | 354 | 220 | 0 | 7 | 54 | 0 | 62 | 144 | 116 |
| Binary | 11111111 | 11101100 | 10010000 | 0 | 111 | 101100 | 0 | 110010 | 1100100 | 1001110 |
Color Harmonies of #FFEC90
Complementary color
Monochromatic Colors of #FFEC90
Black with #FFEC90
Text Example
Text Example
White with #FFEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC90; }
p { color: rgb(255,236,144); }
H1.HeaderClassName
{
color: #FFEC90;
}
.AnyTagClassName
{
color: #FFEC90;
}
</style>
background-color css
<style>
a { background-color: #FFEC90; }
a { background-color: rgb(255,236,144); }
div.DivClassName
{
background-color: #FFEC90;
}
.BgClassName
{
background-color: #FFEC90;
}
</style>
border-color css
<style>
span { border-color: #FFEC90; }
span { border-color: rgb(255,236,144); }
td.TdClassName
{
border-color: #FFEC90;
}
.TagClassName
{
border-color: #FFEC90;
}
</style>