#EFE59A

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

Shades of Picasso #EFE59A

Tints of Picasso #EFE59A

Color information

#EFE59A (or 0xEFE59A) is unknown color: approx Picasso. HEX triplet: EF, E5 and 9A. RGB value is (239,229,154). Sum of RGB (Red+Green+Blue) = 239+229+154=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE59A is #101A65. Grayscale: #DFDFDF. Windows color (decimal): -1055334 or 10151407. OLE color: 10151407.

HSL color Cylindrical-coordinate representation of color #EFE59A: hue angle of 52.94º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFE59A is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239229154-
CMYK00.040.360.06
HSL52.94º72.65%77.06%-
HSV(B)52.94º35.56%93.73%-
XYZ69.4576.7241.72-
YUV223.4488.81139.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 229 (89.84% from 255) = 36.82%
BLUE value IS 154 (60.55% from 255) = 24.76%
R=38.42%
G=36.82%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922915400.040.360.0652.9472.6577.06
HexEFE59A0424635494d
Octal3573452320444665111115
Binary111011111110010110011010010010010011011010110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE59A; }

 p { color: rgb(239,229,154); }

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

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

 a { background-color: rgb(239,229,154); }

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

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

 span { border-color: rgb(239,229,154); }

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