#EFEFA4

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

Shades of Portafino #EFEFA4

Tints of Portafino #EFEFA4

Color information

#EFEFA4 (or 0xEFEFA4) is unknown color: approx Portafino. HEX triplet: EF, EF and A4. RGB value is (239,239,164). Sum of RGB (Red+Green+Blue) = 239+239+164=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 164 (64.45% from 255 or 25.55% from 642); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEFA4 is #10105B. Grayscale: #E6E6E6. Windows color (decimal): -1052764 or 10809327. OLE color: 10809327.

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

Color convert

RGB239239164-
CMYK000.310.06
HSL60º70.09%79.02%-
HSV(B)60º31.38%93.73%-
XYZ73.1682.7647.24-
YUV230.4590.5134.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 164 (64.45% from 255) = 25.55%
R=37.23%
G=37.23%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239164000.310.066070.0979.02
HexEFEFA4001F63c464f
Octal3573572440037674106117
Binary111011111110111110100100001111111011110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFA4; }

 p { color: rgb(239,239,164); }

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

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

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

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

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

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

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