#EFEAA0

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

Shades of Portafino #EFEAA0

Tints of Portafino #EFEAA0

Color information

#EFEAA0 (or 0xEFEAA0) is unknown color: approx Portafino. HEX triplet: EF, EA and A0. RGB value is (239,234,160). Sum of RGB (Red+Green+Blue) = 239+234+160=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAA0 is #10155F. Grayscale: #E3E3E3. Windows color (decimal): -1054048 or 10545903. OLE color: 10545903.

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

Color convert

RGB239234160-
CMYK00.020.330.06
HSL56.2º71.17%78.24%-
HSV(B)56.2º33.05%93.73%-
XYZ71.3679.7344.89-
YUV227.0690.16136.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 160 (62.89% from 255) = 25.28%
R=37.76%
G=36.97%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923416000.020.330.0656.271.1778.24
HexEFEAA00221638474e
Octal3573522400241670107116
Binary11101111111010101010000001010000111011100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAA0; }

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

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

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

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

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

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

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

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