Shades of Picasso #FFEC8A
Tints of Picasso #FFEC8A
RGB
CMYK
RGB Variations
Color information
#FFEC8A (or 0xFFEC8A) is known color: Picasso. HEX triplet: FF, EC and 8A. RGB value is (255,236,138). Sum of RGB (Red+Green+Blue) = 255+236+138=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 138 (54.30% from 255 or 21.94% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC8A is #001375. Grayscale: #E6E6E6. Windows color (decimal): -4982 or 9104639. OLE color: 9104639.
HSL color Cylindrical-coordinate representation of color #FFEC8A: hue angle of 50.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFEC8A is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 138 | - |
| CMYK | 0 | 0.07 | 0.46 | 0 |
| HSL | 50.26º | 1% | 0.77% | - |
| HSV(B) | 50.26º | 0.46% | 1% | - |
| XYZ | 75.82 | 83.09 | 36.09 | - |
| YUV | 230.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 138 | 0 | 0.07 | 0.46 | 0 | 50.26 | 1 | 0.77 |
| Hex | FF | EC | 8A | 0 | 7 | 2E | 0 | 32 | 64 | 4D |
| Octal | 377 | 354 | 212 | 0 | 7 | 56 | 0 | 62 | 144 | 115 |
| Binary | 11111111 | 11101100 | 10001010 | 0 | 111 | 101110 | 0 | 110010 | 1100100 | 1001101 |
Color Harmonies of #FFEC8A
Complementary color
Monochromatic Colors of #FFEC8A
Black with #FFEC8A
Text Example
Text Example
White with #FFEC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC8A; }
p { color: rgb(255,236,138); }
H1.HeaderClassName
{
color: #FFEC8A;
}
.AnyTagClassName
{
color: #FFEC8A;
}
</style>
background-color css
<style>
a { background-color: #FFEC8A; }
a { background-color: rgb(255,236,138); }
div.DivClassName
{
background-color: #FFEC8A;
}
.BgClassName
{
background-color: #FFEC8A;
}
</style>
border-color css
<style>
span { border-color: #FFEC8A; }
span { border-color: rgb(255,236,138); }
td.TdClassName
{
border-color: #FFEC8A;
}
.TagClassName
{
border-color: #FFEC8A;
}
</style>