#EFE69C

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

Shades of Picasso #EFE69C

Tints of Picasso #EFE69C

Color information

#EFE69C (or 0xEFE69C) is unknown color: approx Picasso. HEX triplet: EF, E6 and 9C. RGB value is (239,230,156). Sum of RGB (Red+Green+Blue) = 239+230+156=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 156 (61.33% from 255 or 24.96% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE69C is #101963. Grayscale: #E0E0E0. Windows color (decimal): -1055076 or 10282735. OLE color: 10282735.

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

Color convert

RGB239230156-
CMYK00.040.350.06
HSL53.49º72.17%77.45%-
HSV(B)53.49º34.73%93.73%-
XYZ69.8977.3442.7-
YUV224.2689.48138.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 156 (61.33% from 255) = 24.96%
R=38.24%
G=36.8%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923015600.040.350.0653.4972.1777.45
HexEFE69C0423635484d
Octal3573462340443665110115
Binary111011111110011010011100010010001111011010110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE69C; }

 p { color: rgb(239,230,156); }

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

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

 a { background-color: rgb(239,230,156); }

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

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

 span { border-color: rgb(239,230,156); }

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