#EFE39A

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

Shades of Picasso #EFE39A

Tints of Picasso #EFE39A

Color information

#EFE39A (or 0xEFE39A) is unknown color: approx Picasso. HEX triplet: EF, E3 and 9A. RGB value is (239,227,154). Sum of RGB (Red+Green+Blue) = 239+227+154=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE39A is #101C65. Grayscale: #DEDEDE. Windows color (decimal): -1055846 or 10150895. OLE color: 10150895.

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

Color convert

RGB239227154-
CMYK00.050.360.06
HSL51.53º72.65%77.06%-
HSV(B)51.53º35.56%93.73%-
XYZ68.975.6241.54-
YUV222.2789.48139.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 227 (89.06% from 255) = 36.61%
BLUE value IS 154 (60.55% from 255) = 24.84%
R=38.55%
G=36.61%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922715400.050.360.0651.5372.6577.06
HexEFE39A0524634494d
Octal3573432320544664111115
Binary111011111110001110011010010110010011011010010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE39A; }

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

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

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

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

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

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

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

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