#EDE59B

Color #EDE59B Picasso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picasso #EDE59B

Tints of Picasso #EDE59B

Color information

#EDE59B (or 0xEDE59B) is unknown color: approx 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

RGB237229155-
CMYK00.030.350.07
HSL54.15º69.49%76.86%-
HSV(B)54.15º34.6%92.94%-
XYZ68.8676.4142.13-
YUV222.9689.65138.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 155 (60.94% from 255) = 24.96%
R=38.16%
G=36.88%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722915500.030.350.0754.1569.4976.86
HexEDE59B0323736454d
Octal3553452330343766105115
Binary11101101111001011001101101110001111111011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>