Shades of Picasso #FFEC92
Tints of Picasso #FFEC92
RGB
CMYK
RGB Variations
Color information
#FFEC92 (or 0xFFEC92) is known color: Picasso. HEX triplet: FF, EC and 92. RGB value is (255,236,146). Sum of RGB (Red+Green+Blue) = 255+236+146=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 146 (57.42% from 255 or 22.92% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC92 is #00136D. Grayscale: #E7E7E7. Windows color (decimal): -4974 or 9628927. OLE color: 9628927.
HSL color Cylindrical-coordinate representation of color #FFEC92: hue angle of 49.54º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFEC92 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 146 | - |
| CMYK | 0 | 0.07 | 0.43 | 0 |
| HSL | 49.54º | 1% | 0.79% | - |
| HSV(B) | 49.54º | 0.43% | 1% | - |
| XYZ | 76.42 | 83.33 | 39.25 | - |
| YUV | 231.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 146 | 0 | 0.07 | 0.43 | 0 | 49.54 | 1 | 0.79 |
| Hex | FF | EC | 92 | 0 | 7 | 2B | 0 | 32 | 64 | 4F |
| Octal | 377 | 354 | 222 | 0 | 7 | 53 | 0 | 62 | 144 | 117 |
| Binary | 11111111 | 11101100 | 10010010 | 0 | 111 | 101011 | 0 | 110010 | 1100100 | 1001111 |
Color Harmonies of #FFEC92
Complementary color
Monochromatic Colors of #FFEC92
Black with #FFEC92
Text Example
Text Example
White with #FFEC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC92; }
p { color: rgb(255,236,146); }
H1.HeaderClassName
{
color: #FFEC92;
}
.AnyTagClassName
{
color: #FFEC92;
}
</style>
background-color css
<style>
a { background-color: #FFEC92; }
a { background-color: rgb(255,236,146); }
div.DivClassName
{
background-color: #FFEC92;
}
.BgClassName
{
background-color: #FFEC92;
}
</style>
border-color css
<style>
span { border-color: #FFEC92; }
span { border-color: rgb(255,236,146); }
td.TdClassName
{
border-color: #FFEC92;
}
.TagClassName
{
border-color: #FFEC92;
}
</style>