#EFE49A

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

Shades of Picasso #EFE49A

Tints of Picasso #EFE49A

Color information

#EFE49A (or 0xEFE49A) is unknown color: approx Picasso. HEX triplet: EF, E4 and 9A. RGB value is (239,228,154). Sum of RGB (Red+Green+Blue) = 239+228+154=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE49A is #101B65. Grayscale: #DFDFDF. Windows color (decimal): -1055590 or 10151151. OLE color: 10151151.

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

Color convert

RGB239228154-
CMYK00.050.360.06
HSL52.24º72.65%77.06%-
HSV(B)52.24º35.56%93.73%-
XYZ69.1776.1741.63-
YUV222.8589.14139.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 228 (89.45% from 255) = 36.71%
BLUE value IS 154 (60.55% from 255) = 24.80%
R=38.49%
G=36.71%
B=24.80%

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
Decimal23922815400.050.360.0652.2472.6577.06
HexEFE49A0524634494d
Octal3573442320544664111115
Binary111011111110010010011010010110010011011010010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE49A; }

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

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

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

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

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

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

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

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