#EFE89B

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

Shades of Portafino #EFE89B

Tints of Portafino #EFE89B

Color information

#EFE89B (or 0xEFE89B) is unknown color: approx Portafino. HEX triplet: EF, E8 and 9B. RGB value is (239,232,155). Sum of RGB (Red+Green+Blue) = 239+232+155=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 155 (60.94% from 255 or 24.76% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE89B is #101764. Grayscale: #E1E1E1. Windows color (decimal): -1054565 or 10217711. OLE color: 10217711.

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

Color convert

RGB239232155-
CMYK00.030.350.06
HSL55º72.41%77.25%-
HSV(B)55º35.15%93.73%-
XYZ70.3778.4342.44-
YUV225.3288.32137.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 155 (60.94% from 255) = 24.76%
R=38.18%
G=37.06%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923215500.030.350.065572.4177.25
HexEFE89B0323637484d
Octal3573502330343667110115
Binary11101111111010001001101101110001111011011110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE89B; }

 p { color: rgb(239,232,155); }

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

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

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

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

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

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

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