Shades of Picasso #FFEE93
Tints of Picasso #FFEE93
RGB
CMYK
RGB Variations
Color information
#FFEE93 (or 0xFFEE93) is known color: Picasso. HEX triplet: FF, EE and 93. RGB value is (255,238,147). Sum of RGB (Red+Green+Blue) = 255+238+147=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 147 (57.81% from 255 or 22.97% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE93 is #00116C. Grayscale: #E9E9E9. Windows color (decimal): -4461 or 9694975. OLE color: 9694975.
HSL color Cylindrical-coordinate representation of color #FFEE93: hue angle of 50.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFEE93 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 147 | - |
| CMYK | 0 | 0.07 | 0.42 | 0 |
| HSL | 50.56º | 1% | 0.79% | - |
| HSV(B) | 50.56º | 0.42% | 1% | - |
| XYZ | 77.08 | 84.52 | 39.85 | - |
| YUV | 232.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 147 | 0 | 0.07 | 0.42 | 0 | 50.56 | 1 | 0.79 |
| Hex | FF | EE | 93 | 0 | 7 | 2A | 0 | 33 | 64 | 4F |
| Octal | 377 | 356 | 223 | 0 | 7 | 52 | 0 | 63 | 144 | 117 |
| Binary | 11111111 | 11101110 | 10010011 | 0 | 111 | 101010 | 0 | 110011 | 1100100 | 1001111 |
Color Harmonies of #FFEE93
Complementary color
Monochromatic Colors of #FFEE93
Black with #FFEE93
Text Example
Text Example
White with #FFEE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE93; }
p { color: rgb(255,238,147); }
H1.HeaderClassName
{
color: #FFEE93;
}
.AnyTagClassName
{
color: #FFEE93;
}
</style>
background-color css
<style>
a { background-color: #FFEE93; }
a { background-color: rgb(255,238,147); }
div.DivClassName
{
background-color: #FFEE93;
}
.BgClassName
{
background-color: #FFEE93;
}
</style>
border-color css
<style>
span { border-color: #FFEE93; }
span { border-color: rgb(255,238,147); }
td.TdClassName
{
border-color: #FFEE93;
}
.TagClassName
{
border-color: #FFEE93;
}
</style>