Shades of Picasso #EDE39A
Tints of Picasso #EDE39A
RGB
CMYK
RGB Variations
Color information
#EDE39A (or 0xEDE39A) is known color: Picasso. HEX triplet: ED, E3 and 9A. RGB value is (237,227,154). Sum of RGB (Red+Green+Blue) = 237+227+154=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE39A is #121C65. Grayscale: #DDDDDD. Windows color (decimal): -1186918 or 10150893. OLE color: 10150893.
HSL color Cylindrical-coordinate representation of color #EDE39A: hue angle of 52.77º degrees, saturation: 0.7, 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 #EDE39A is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 154 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.07 |
| HSL | 52.77º | 0.7% | 0.77% | - |
| HSV(B) | 52.77º | 0.35% | 0.93% | - |
| XYZ | 68.23 | 75.28 | 41.51 | - |
| YUV | 221.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 154 | 0 | 0.04 | 0.35 | 0.07 | 52.77 | 0.7 | 0.77 |
| Hex | ED | E3 | 9A | 0 | 4 | 23 | 7 | 35 | 46 | 4D |
| Octal | 355 | 343 | 232 | 0 | 4 | 43 | 7 | 65 | 106 | 115 |
| Binary | 11101101 | 11100011 | 10011010 | 0 | 100 | 100011 | 111 | 110101 | 1000110 | 1001101 |
Color Harmonies of #EDE39A
Complementary color
Monochromatic Colors of #EDE39A
Black with #EDE39A
Text Example
Text Example
White with #EDE39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE39A; }
p { color: rgb(237,227,154); }
H1.HeaderClassName
{
color: #EDE39A;
}
.AnyTagClassName
{
color: #EDE39A;
}
</style>
background-color css
<style>
a { background-color: #EDE39A; }
a { background-color: rgb(237,227,154); }
div.DivClassName
{
background-color: #EDE39A;
}
.BgClassName
{
background-color: #EDE39A;
}
</style>
border-color css
<style>
span { border-color: #EDE39A; }
span { border-color: rgb(237,227,154); }
td.TdClassName
{
border-color: #EDE39A;
}
.TagClassName
{
border-color: #EDE39A;
}
</style>