Shades of Picasso #EDE39B
Tints of Picasso #EDE39B
RGB
CMYK
RGB Variations
Color information
#EDE39B (or 0xEDE39B) is known color: Picasso. HEX triplet: ED, E3 and 9B. RGB value is (237,227,155). Sum of RGB (Red+Green+Blue) = 237+227+155=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 155 (60.94% from 255 or 25.04% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE39B is #121C64. Grayscale: #DEDEDE. Windows color (decimal): -1186917 or 10216429. OLE color: 10216429.
HSL color Cylindrical-coordinate representation of color #EDE39B: hue angle of 52.68º 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 #EDE39B is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 155 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.07 |
| HSL | 52.68º | 0.69% | 0.77% | - |
| HSV(B) | 52.68º | 0.35% | 0.93% | - |
| XYZ | 68.31 | 75.31 | 41.95 | - |
| YUV | 221.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 155 | 0 | 0.04 | 0.35 | 0.07 | 52.68 | 0.69 | 0.77 |
| Hex | ED | E3 | 9B | 0 | 4 | 23 | 7 | 35 | 45 | 4D |
| Octal | 355 | 343 | 233 | 0 | 4 | 43 | 7 | 65 | 105 | 115 |
| Binary | 11101101 | 11100011 | 10011011 | 0 | 100 | 100011 | 111 | 110101 | 1000101 | 1001101 |
Color Harmonies of #EDE39B
Complementary color
Monochromatic Colors of #EDE39B
Black with #EDE39B
Text Example
Text Example
White with #EDE39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE39B; }
p { color: rgb(237,227,155); }
H1.HeaderClassName
{
color: #EDE39B;
}
.AnyTagClassName
{
color: #EDE39B;
}
</style>
background-color css
<style>
a { background-color: #EDE39B; }
a { background-color: rgb(237,227,155); }
div.DivClassName
{
background-color: #EDE39B;
}
.BgClassName
{
background-color: #EDE39B;
}
</style>
border-color css
<style>
span { border-color: #EDE39B; }
span { border-color: rgb(237,227,155); }
td.TdClassName
{
border-color: #EDE39B;
}
.TagClassName
{
border-color: #EDE39B;
}
</style>