#EFEEA2

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

Shades of Portafino #EFEEA2

Tints of Portafino #EFEEA2

Color information

#EFEEA2 (or 0xEFEEA2) is unknown color: approx Portafino. HEX triplet: EF, EE and A2. RGB value is (239,238,162). Sum of RGB (Red+Green+Blue) = 239+238+162=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 162 (63.67% from 255 or 25.35% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEA2 is #10115D. Grayscale: #E5E5E5. Windows color (decimal): -1053022 or 10677999. OLE color: 10677999.

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

Color convert

RGB239238162-
CMYK00.000.320.06
HSL59.22º70.64%78.63%-
HSV(B)59.22º32.22%93.73%-
XYZ72.6982.1146.2-
YUV229.6389.83134.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 162 (63.67% from 255) = 25.35%
R=37.40%
G=37.25%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923816200.000.320.0659.2270.6478.63
HexEFEEA2002063b474f
Octal3573562420040673107117
Binary1110111111101110101000100010000011011101110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEA2; }

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

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

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

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

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

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

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

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