#EFEEA3

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

Shades of Portafino #EFEEA3

Tints of Portafino #EFEEA3

Color information

#EFEEA3 (or 0xEFEEA3) is unknown color: approx Portafino. HEX triplet: EF, EE and A3. RGB value is (239,238,163). Sum of RGB (Red+Green+Blue) = 239+238+163=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 163 (64.06% from 255 or 25.47% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEA3 is #10115C. Grayscale: #E6E6E6. Windows color (decimal): -1053021 or 10743535. OLE color: 10743535.

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

Color convert

RGB239238163-
CMYK00.000.320.06
HSL59.21º70.37%78.82%-
HSV(B)59.21º31.8%93.73%-
XYZ72.7882.1446.67-
YUV229.7590.33134.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 163 (64.06% from 255) = 25.47%
R=37.34%
G=37.19%
B=25.47%

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
Decimal23923816300.000.320.0659.2170.3778.82
HexEFEEA3002063b464f
Octal3573562430040673106117
Binary1110111111101110101000110010000011011101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEA3; }

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

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

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

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

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

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

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

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