#EDE59C

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

Shades of Picasso #EDE59C

Tints of Picasso #EDE59C

Color information

#EDE59C (or 0xEDE59C) is unknown color: approx Picasso. HEX triplet: ED, E5 and 9C. RGB value is (237,229,156). Sum of RGB (Red+Green+Blue) = 237+229+156=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 156 (61.33% from 255 or 25.08% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE59C is #121A63. Grayscale: #DFDFDF. Windows color (decimal): -1186404 or 10282477. OLE color: 10282477.

HSL color Cylindrical-coordinate representation of color #EDE59C: hue angle of 54.07º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDE59C is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237229156-
CMYK00.030.340.07
HSL54.07º69.23%77.06%-
HSV(B)54.07º34.18%92.94%-
XYZ68.9576.4442.57-
YUV223.0790.15137.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 229 (89.84% from 255) = 36.82%
BLUE value IS 156 (61.33% from 255) = 25.08%
R=38.10%
G=36.82%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722915600.030.340.0754.0769.2377.06
HexEDE59C0322736454d
Octal3553452340342766105115
Binary11101101111001011001110001110001011111011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE59C; }

 p { color: rgb(237,229,156); }

 H1.HeaderClassName
 {
   color: #EDE59C;
 }
 .AnyTagClassName
 {
   color: #EDE59C;
 }
</style>
background-color css

<style>
 a { background-color: #EDE59C; }

 a { background-color: rgb(237,229,156); }

 div.DivClassName
 {
   background-color: #EDE59C;
 }
 .BgClassName
 {
   background-color: #EDE59C;
 }
</style>
border-color css

<style>
 span { border-color: #EDE59C; }

 span { border-color: rgb(237,229,156); }

 td.TdClassName
 {
   border-color: #EDE59C;
 }
 .TagClassName
 {
   border-color: #EDE59C;
 }
</style>