Shades of Picasso #EDE49B
Tints of Picasso #EDE49B
RGB
CMYK
RGB Variations
Color information
#EDE49B (or 0xEDE49B) is known color: Picasso. HEX triplet: ED, E4 and 9B. RGB value is (237,228,155). Sum of RGB (Red+Green+Blue) = 237+228+155=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE49B is #121B64. Grayscale: #DEDEDE. Windows color (decimal): -1186661 or 10216685. OLE color: 10216685.
HSL color Cylindrical-coordinate representation of color #EDE49B: hue angle of 53.41º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDE49B is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 155 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.07 |
| HSL | 53.41º | 0.69% | 0.77% | - |
| HSV(B) | 53.41º | 0.35% | 0.93% | - |
| XYZ | 68.58 | 75.86 | 42.04 | - |
| YUV | 222.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 155 | 0 | 0.04 | 0.35 | 0.07 | 53.41 | 0.69 | 0.77 |
| Hex | ED | E4 | 9B | 0 | 4 | 23 | 7 | 35 | 45 | 4D |
| Octal | 355 | 344 | 233 | 0 | 4 | 43 | 7 | 65 | 105 | 115 |
| Binary | 11101101 | 11100100 | 10011011 | 0 | 100 | 100011 | 111 | 110101 | 1000101 | 1001101 |
Color Harmonies of #EDE49B
Complementary color
Monochromatic Colors of #EDE49B
Black with #EDE49B
Text Example
Text Example
White with #EDE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE49B; }
p { color: rgb(237,228,155); }
H1.HeaderClassName
{
color: #EDE49B;
}
.AnyTagClassName
{
color: #EDE49B;
}
</style>
background-color css
<style>
a { background-color: #EDE49B; }
a { background-color: rgb(237,228,155); }
div.DivClassName
{
background-color: #EDE49B;
}
.BgClassName
{
background-color: #EDE49B;
}
</style>
border-color css
<style>
span { border-color: #EDE49B; }
span { border-color: rgb(237,228,155); }
td.TdClassName
{
border-color: #EDE49B;
}
.TagClassName
{
border-color: #EDE49B;
}
</style>