#EDE49A

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

Shades of Picasso #EDE49A

Tints of Picasso #EDE49A

Color information

#EDE49A (or 0xEDE49A) is unknown color: approx Picasso. HEX triplet: ED, E4 and 9A. RGB value is (237,228,154). Sum of RGB (Red+Green+Blue) = 237+228+154=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE49A is #121B65. Grayscale: #DEDEDE. Windows color (decimal): -1186662 or 10151149. OLE color: 10151149.

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

Color convert

RGB237228154-
CMYK00.040.350.07
HSL53.49º69.75%76.67%-
HSV(B)53.49º35.02%92.94%-
XYZ68.575.8241.6-
YUV222.2689.48138.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 154 (60.55% from 255) = 24.88%
R=38.29%
G=36.83%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722815400.040.350.0753.4969.7576.67
HexEDE49A0423735464d
Octal3553442320443765106115
Binary111011011110010010011010010010001111111010110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE49A; }

 p { color: rgb(237,228,154); }

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

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

 a { background-color: rgb(237,228,154); }

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

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

 span { border-color: rgb(237,228,154); }

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