#EFEDA2

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

Shades of Portafino #EFEDA2

Tints of Portafino #EFEDA2

Color information

#EFEDA2 (or 0xEFEDA2) is unknown color: approx Portafino. HEX triplet: EF, ED and A2. RGB value is (239,237,162). Sum of RGB (Red+Green+Blue) = 239+237+162=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEDA2 is #10125D. Grayscale: #E5E5E5. Windows color (decimal): -1053278 or 10677743. OLE color: 10677743.

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

Color convert

RGB239237162-
CMYK00.010.320.06
HSL58.44º70.64%78.63%-
HSV(B)58.44º32.22%93.73%-
XYZ72.481.5346.1-
YUV229.0590.16135.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 162 (63.67% from 255) = 25.39%
R=37.46%
G=37.15%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923716200.010.320.0658.4470.6478.63
HexEFEDA2012063a474f
Octal3573552420140672107117
Binary1110111111101101101000100110000011011101010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDA2; }

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

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

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

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

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

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

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

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