#EDE29C

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

Shades of Picasso #EDE29C

Tints of Picasso #EDE29C

Color information

#EDE29C (or 0xEDE29C) is unknown color: approx Picasso. HEX triplet: ED, E2 and 9C. RGB value is (237,226,156). Sum of RGB (Red+Green+Blue) = 237+226+156=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 156 (61.33% from 255 or 25.20% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE29C is #121D63. Grayscale: #DDDDDD. Windows color (decimal): -1187172 or 10281709. OLE color: 10281709.

HSL color Cylindrical-coordinate representation of color #EDE29C: hue angle of 51.85º 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 #EDE29C is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237226156-
CMYK00.050.340.07
HSL51.85º69.23%77.06%-
HSV(B)51.85º34.18%92.94%-
XYZ68.1274.842.3-
YUV221.3191.14139.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 156 (61.33% from 255) = 25.20%
R=38.29%
G=36.51%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722615600.050.340.0751.8569.2377.06
HexEDE29C0522734454d
Octal3553422340542764105115
Binary111011011110001010011100010110001011111010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE29C; }

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

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

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

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

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

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

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

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