#EFED9B

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

Shades of Portafino #EFED9B

Tints of Portafino #EFED9B

Color information

#EFED9B (or 0xEFED9B) is unknown color: approx Portafino. HEX triplet: EF, ED and 9B. RGB value is (239,237,155). Sum of RGB (Red+Green+Blue) = 239+237+155=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 155 (60.94% from 255 or 24.56% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFED9B is #101264. Grayscale: #E4E4E4. Windows color (decimal): -1053285 or 10218991. OLE color: 10218991.

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

Color convert

RGB239237155-
CMYK00.010.350.06
HSL58.57º72.41%77.25%-
HSV(B)58.57º35.15%93.73%-
XYZ71.881.2942.92-
YUV228.2586.66135.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 155 (60.94% from 255) = 24.56%
R=37.88%
G=37.56%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923715500.010.350.0658.5772.4177.25
HexEFED9B012363b484d
Octal3573552330143673110115
Binary1110111111101101100110110110001111011101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED9B; }

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

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

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

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

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

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

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

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