Shades of Picasso #EDE59B
Tints of Picasso #EDE59B
RGB
CMYK
RGB Variations
Color information
#EDE59B (or 0xEDE59B) is known color: Picasso. HEX triplet: ED, E5 and 9B. RGB value is (237,229,155). Sum of RGB (Red+Green+Blue) = 237+229+155=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 155 (60.94% from 255 or 24.96% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE59B is #121A64. Grayscale: #DFDFDF. Windows color (decimal): -1186405 or 10216941. OLE color: 10216941.
HSL color Cylindrical-coordinate representation of color #EDE59B: hue angle of 54.15º 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 #EDE59B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 155 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.07 |
| HSL | 54.15º | 0.69% | 0.77% | - |
| HSV(B) | 54.15º | 0.35% | 0.93% | - |
| XYZ | 68.86 | 76.41 | 42.13 | - |
| YUV | 222.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 155 | 0 | 0.03 | 0.35 | 0.07 | 54.15 | 0.69 | 0.77 |
| Hex | ED | E5 | 9B | 0 | 3 | 23 | 7 | 36 | 45 | 4D |
| Octal | 355 | 345 | 233 | 0 | 3 | 43 | 7 | 66 | 105 | 115 |
| Binary | 11101101 | 11100101 | 10011011 | 0 | 11 | 100011 | 111 | 110110 | 1000101 | 1001101 |
Color Harmonies of #EDE59B
Complementary color
Monochromatic Colors of #EDE59B
Black with #EDE59B
Text Example
Text Example
White with #EDE59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE59B; }
p { color: rgb(237,229,155); }
H1.HeaderClassName
{
color: #EDE59B;
}
.AnyTagClassName
{
color: #EDE59B;
}
</style>
background-color css
<style>
a { background-color: #EDE59B; }
a { background-color: rgb(237,229,155); }
div.DivClassName
{
background-color: #EDE59B;
}
.BgClassName
{
background-color: #EDE59B;
}
</style>
border-color css
<style>
span { border-color: #EDE59B; }
span { border-color: rgb(237,229,155); }
td.TdClassName
{
border-color: #EDE59B;
}
.TagClassName
{
border-color: #EDE59B;
}
</style>