#EFEDA0

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

Shades of Portafino #EFEDA0

Tints of Portafino #EFEDA0

Color information

#EFEDA0 (or 0xEFEDA0) is unknown color: approx Portafino. HEX triplet: EF, ED and A0. RGB value is (239,237,160). Sum of RGB (Red+Green+Blue) = 239+237+160=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDA0 is #10125F. Grayscale: #E5E5E5. Windows color (decimal): -1053280 or 10546671. OLE color: 10546671.

HSL color Cylindrical-coordinate representation of color #EFEDA0: hue angle of 58.48º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFEDA0 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239237160-
CMYK00.010.330.06
HSL58.48º71.17%78.24%-
HSV(B)58.48º33.05%93.73%-
XYZ72.2381.4645.17-
YUV228.8289.16135.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 160 (62.89% from 255) = 25.16%
R=37.58%
G=37.26%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923716000.010.330.0658.4871.1778.24
HexEFEDA0012163a474e
Octal3573552400141672107116
Binary1110111111101101101000000110000111011101010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDA0; }

 p { color: rgb(239,237,160); }

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

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

 a { background-color: rgb(239,237,160); }

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

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

 span { border-color: rgb(239,237,160); }

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