Shades of Picasso #FFEE8F
Tints of Picasso #FFEE8F
RGB
CMYK
RGB Variations
Color information
#FFEE8F (or 0xFFEE8F) is known color: Picasso. HEX triplet: FF, EE and 8F. RGB value is (255,238,143). Sum of RGB (Red+Green+Blue) = 255+238+143=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 143 (56.25% from 255 or 22.48% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE8F is #001170. Grayscale: #E8E8E8. Windows color (decimal): -4465 or 9432831. OLE color: 9432831.
HSL color Cylindrical-coordinate representation of color #FFEE8F: hue angle of 50.89º 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 #FFEE8F is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 143 | - |
| CMYK | 0 | 0.07 | 0.44 | 0 |
| HSL | 50.89º | 1% | 0.78% | - |
| HSV(B) | 50.89º | 0.44% | 1% | - |
| XYZ | 76.77 | 84.39 | 38.23 | - |
| YUV | 232.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 143 | 0 | 0.07 | 0.44 | 0 | 50.89 | 1 | 0.78 |
| Hex | FF | EE | 8F | 0 | 7 | 2C | 0 | 33 | 64 | 4E |
| Octal | 377 | 356 | 217 | 0 | 7 | 54 | 0 | 63 | 144 | 116 |
| Binary | 11111111 | 11101110 | 10001111 | 0 | 111 | 101100 | 0 | 110011 | 1100100 | 1001110 |
Color Harmonies of #FFEE8F
Complementary color
Monochromatic Colors of #FFEE8F
Black with #FFEE8F
Text Example
Text Example
White with #FFEE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE8F; }
p { color: rgb(255,238,143); }
H1.HeaderClassName
{
color: #FFEE8F;
}
.AnyTagClassName
{
color: #FFEE8F;
}
</style>
background-color css
<style>
a { background-color: #FFEE8F; }
a { background-color: rgb(255,238,143); }
div.DivClassName
{
background-color: #FFEE8F;
}
.BgClassName
{
background-color: #FFEE8F;
}
</style>
border-color css
<style>
span { border-color: #FFEE8F; }
span { border-color: rgb(255,238,143); }
td.TdClassName
{
border-color: #FFEE8F;
}
.TagClassName
{
border-color: #FFEE8F;
}
</style>