Shades of Picasso #FFEE8B
Tints of Picasso #FFEE8B
RGB
CMYK
RGB Variations
Color information
#FFEE8B (or 0xFFEE8B) is known color: Picasso. HEX triplet: FF, EE and 8B. RGB value is (255,238,139). Sum of RGB (Red+Green+Blue) = 255+238+139=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 139 (54.69% from 255 or 21.99% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE8B is #001174. Grayscale: #E8E8E8. Windows color (decimal): -4469 or 9170687. OLE color: 9170687.
HSL color Cylindrical-coordinate representation of color #FFEE8B: hue angle of 51.21º 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 #FFEE8B is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 139 | - |
| CMYK | 0 | 0.07 | 0.45 | 0 |
| HSL | 51.21º | 1% | 0.77% | - |
| HSV(B) | 51.21º | 0.45% | 1% | - |
| XYZ | 76.47 | 84.27 | 36.66 | - |
| YUV | 231.8 | 75.63 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 139 | 0 | 0.07 | 0.45 | 0 | 51.21 | 1 | 0.77 |
| Hex | FF | EE | 8B | 0 | 7 | 2D | 0 | 33 | 64 | 4D |
| Octal | 377 | 356 | 213 | 0 | 7 | 55 | 0 | 63 | 144 | 115 |
| Binary | 11111111 | 11101110 | 10001011 | 0 | 111 | 101101 | 0 | 110011 | 1100100 | 1001101 |
Color Harmonies of #FFEE8B
Complementary color
Monochromatic Colors of #FFEE8B
Black with #FFEE8B
Text Example
Text Example
White with #FFEE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE8B; }
p { color: rgb(255,238,139); }
H1.HeaderClassName
{
color: #FFEE8B;
}
.AnyTagClassName
{
color: #FFEE8B;
}
</style>
background-color css
<style>
a { background-color: #FFEE8B; }
a { background-color: rgb(255,238,139); }
div.DivClassName
{
background-color: #FFEE8B;
}
.BgClassName
{
background-color: #FFEE8B;
}
</style>
border-color css
<style>
span { border-color: #FFEE8B; }
span { border-color: rgb(255,238,139); }
td.TdClassName
{
border-color: #FFEE8B;
}
.TagClassName
{
border-color: #FFEE8B;
}
</style>