#EFEB9D

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

Shades of Portafino #EFEB9D

Tints of Portafino #EFEB9D

Color information

#EFEB9D (or 0xEFEB9D) is unknown color: approx Portafino. HEX triplet: EF, EB and 9D. RGB value is (239,235,157). Sum of RGB (Red+Green+Blue) = 239+235+157=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 157 (61.72% from 255 or 24.88% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB9D is #101462. Grayscale: #E3E3E3. Windows color (decimal): -1053795 or 10349551. OLE color: 10349551.

HSL color Cylindrical-coordinate representation of color #EFEB9D: hue angle of 57.07º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFEB9D is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239235157-
CMYK00.020.340.06
HSL57.07º71.93%77.65%-
HSV(B)57.07º34.31%93.73%-
XYZ71.3980.243.62-
YUV227.388.33136.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 157 (61.72% from 255) = 24.88%
R=37.88%
G=37.24%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923515700.020.340.0657.0771.9377.65
HexEFEB9D0222639484e
Octal3573532350242671110116
Binary11101111111010111001110101010001011011100110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEB9D; }

 p { color: rgb(239,235,157); }

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

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

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

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

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

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

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