Shades of Picasso #FFEE92
Tints of Picasso #FFEE92
RGB
CMYK
RGB Variations
Color information
#FFEE92 (or 0xFFEE92) is known color: Picasso. HEX triplet: FF, EE and 92. RGB value is (255,238,146). Sum of RGB (Red+Green+Blue) = 255+238+146=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 146 (57.42% from 255 or 22.85% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE92 is #00116D. Grayscale: #E8E8E8. Windows color (decimal): -4462 or 9629439. OLE color: 9629439.
HSL color Cylindrical-coordinate representation of color #FFEE92: hue angle of 50.64º 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 #FFEE92 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 146 | - |
| CMYK | 0 | 0.07 | 0.43 | 0 |
| HSL | 50.64º | 1% | 0.79% | - |
| HSV(B) | 50.64º | 0.43% | 1% | - |
| XYZ | 77 | 84.48 | 39.44 | - |
| YUV | 232.6 | 79.13 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 146 | 0 | 0.07 | 0.43 | 0 | 50.64 | 1 | 0.79 |
| Hex | FF | EE | 92 | 0 | 7 | 2B | 0 | 33 | 64 | 4F |
| Octal | 377 | 356 | 222 | 0 | 7 | 53 | 0 | 63 | 144 | 117 |
| Binary | 11111111 | 11101110 | 10010010 | 0 | 111 | 101011 | 0 | 110011 | 1100100 | 1001111 |
Color Harmonies of #FFEE92
Complementary color
Monochromatic Colors of #FFEE92
Black with #FFEE92
Text Example
Text Example
White with #FFEE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE92; }
p { color: rgb(255,238,146); }
H1.HeaderClassName
{
color: #FFEE92;
}
.AnyTagClassName
{
color: #FFEE92;
}
</style>
background-color css
<style>
a { background-color: #FFEE92; }
a { background-color: rgb(255,238,146); }
div.DivClassName
{
background-color: #FFEE92;
}
.BgClassName
{
background-color: #FFEE92;
}
</style>
border-color css
<style>
span { border-color: #FFEE92; }
span { border-color: rgb(255,238,146); }
td.TdClassName
{
border-color: #FFEE92;
}
.TagClassName
{
border-color: #FFEE92;
}
</style>