Shades of Picasso #FFEE8C
Tints of Picasso #FFEE8C
RGB
CMYK
RGB Variations
Color information
#FFEE8C (or 0xFFEE8C) is known color: Picasso. HEX triplet: FF, EE and 8C. RGB value is (255,238,140). Sum of RGB (Red+Green+Blue) = 255+238+140=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 140 (55.08% from 255 or 22.12% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE8C is #001173. Grayscale: #E8E8E8. Windows color (decimal): -4468 or 9236223. OLE color: 9236223.
HSL color Cylindrical-coordinate representation of color #FFEE8C: hue angle of 51.13º 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 #FFEE8C is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 140 | - |
| CMYK | 0 | 0.07 | 0.45 | 0 |
| HSL | 51.13º | 1% | 0.77% | - |
| HSV(B) | 51.13º | 0.45% | 1% | - |
| XYZ | 76.55 | 84.3 | 37.05 | - |
| YUV | 231.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 140 | 0 | 0.07 | 0.45 | 0 | 51.13 | 1 | 0.77 |
| Hex | FF | EE | 8C | 0 | 7 | 2D | 0 | 33 | 64 | 4D |
| Octal | 377 | 356 | 214 | 0 | 7 | 55 | 0 | 63 | 144 | 115 |
| Binary | 11111111 | 11101110 | 10001100 | 0 | 111 | 101101 | 0 | 110011 | 1100100 | 1001101 |
Color Harmonies of #FFEE8C
Complementary color
Monochromatic Colors of #FFEE8C
Black with #FFEE8C
Text Example
Text Example
White with #FFEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE8C; }
p { color: rgb(255,238,140); }
H1.HeaderClassName
{
color: #FFEE8C;
}
.AnyTagClassName
{
color: #FFEE8C;
}
</style>
background-color css
<style>
a { background-color: #FFEE8C; }
a { background-color: rgb(255,238,140); }
div.DivClassName
{
background-color: #FFEE8C;
}
.BgClassName
{
background-color: #FFEE8C;
}
</style>
border-color css
<style>
span { border-color: #FFEE8C; }
span { border-color: rgb(255,238,140); }
td.TdClassName
{
border-color: #FFEE8C;
}
.TagClassName
{
border-color: #FFEE8C;
}
</style>