Shades of Picasso #EDE399
Tints of Picasso #EDE399
RGB
CMYK
RGB Variations
Color information
#EDE399 (or 0xEDE399) is known color: Picasso. HEX triplet: ED, E3 and 99. RGB value is (237,227,153). Sum of RGB (Red+Green+Blue) = 237+227+153=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 153 (60.16% from 255 or 24.80% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE399 is #121C66. Grayscale: #DDDDDD. Windows color (decimal): -1186919 or 10085357. OLE color: 10085357.
HSL color Cylindrical-coordinate representation of color #EDE399: hue angle of 52.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDE399 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 153 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.07 |
| HSL | 52.86º | 0.7% | 0.76% | - |
| HSV(B) | 52.86º | 0.35% | 0.93% | - |
| XYZ | 68.14 | 75.24 | 41.07 | - |
| YUV | 221.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 153 | 0 | 0.04 | 0.35 | 0.07 | 52.86 | 0.7 | 0.76 |
| Hex | ED | E3 | 99 | 0 | 4 | 23 | 7 | 35 | 46 | 4C |
| Octal | 355 | 343 | 231 | 0 | 4 | 43 | 7 | 65 | 106 | 114 |
| Binary | 11101101 | 11100011 | 10011001 | 0 | 100 | 100011 | 111 | 110101 | 1000110 | 1001100 |
Color Harmonies of #EDE399
Complementary color
Monochromatic Colors of #EDE399
Black with #EDE399
Text Example
Text Example
White with #EDE399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE399; }
p { color: rgb(237,227,153); }
H1.HeaderClassName
{
color: #EDE399;
}
.AnyTagClassName
{
color: #EDE399;
}
</style>
background-color css
<style>
a { background-color: #EDE399; }
a { background-color: rgb(237,227,153); }
div.DivClassName
{
background-color: #EDE399;
}
.BgClassName
{
background-color: #EDE399;
}
</style>
border-color css
<style>
span { border-color: #EDE399; }
span { border-color: rgb(237,227,153); }
td.TdClassName
{
border-color: #EDE399;
}
.TagClassName
{
border-color: #EDE399;
}
</style>