Shades of Picasso #EDE49C
Tints of Picasso #EDE49C
RGB
CMYK
RGB Variations
Color information
#EDE49C (or 0xEDE49C) is known color: Picasso. HEX triplet: ED, E4 and 9C. RGB value is (237,228,156). Sum of RGB (Red+Green+Blue) = 237+228+156=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE49C is #121B63. Grayscale: #DEDEDE. Windows color (decimal): -1186660 or 10282221. OLE color: 10282221.
HSL color Cylindrical-coordinate representation of color #EDE49C: hue angle of 53.33º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDE49C is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 156 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.07 |
| HSL | 53.33º | 0.69% | 0.77% | - |
| HSV(B) | 53.33º | 0.34% | 0.93% | - |
| XYZ | 68.67 | 75.89 | 42.48 | - |
| YUV | 222.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 156 | 0 | 0.04 | 0.34 | 0.07 | 53.33 | 0.69 | 0.77 |
| Hex | ED | E4 | 9C | 0 | 4 | 22 | 7 | 35 | 45 | 4D |
| Octal | 355 | 344 | 234 | 0 | 4 | 42 | 7 | 65 | 105 | 115 |
| Binary | 11101101 | 11100100 | 10011100 | 0 | 100 | 100010 | 111 | 110101 | 1000101 | 1001101 |
Color Harmonies of #EDE49C
Complementary color
Monochromatic Colors of #EDE49C
Black with #EDE49C
Text Example
Text Example
White with #EDE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE49C; }
p { color: rgb(237,228,156); }
H1.HeaderClassName
{
color: #EDE49C;
}
.AnyTagClassName
{
color: #EDE49C;
}
</style>
background-color css
<style>
a { background-color: #EDE49C; }
a { background-color: rgb(237,228,156); }
div.DivClassName
{
background-color: #EDE49C;
}
.BgClassName
{
background-color: #EDE49C;
}
</style>
border-color css
<style>
span { border-color: #EDE49C; }
span { border-color: rgb(237,228,156); }
td.TdClassName
{
border-color: #EDE49C;
}
.TagClassName
{
border-color: #EDE49C;
}
</style>