#EFED9D

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

Shades of Portafino #EFED9D

Tints of Portafino #EFED9D

Color information

#EFED9D (or 0xEFED9D) is unknown color: approx Portafino. HEX triplet: EF, ED and 9D. RGB value is (239,237,157). Sum of RGB (Red+Green+Blue) = 239+237+157=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 157 (61.72% from 255 or 24.80% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFED9D is #101262. Grayscale: #E4E4E4. Windows color (decimal): -1053283 or 10350063. OLE color: 10350063.

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

Color convert

RGB239237157-
CMYK00.010.340.06
HSL58.54º71.93%77.65%-
HSV(B)58.54º34.31%93.73%-
XYZ71.9781.3543.81-
YUV228.4887.66135.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 237 (92.97% from 255) = 37.44%
BLUE value IS 157 (61.72% from 255) = 24.80%
R=37.76%
G=37.44%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923715700.010.340.0658.5471.9377.65
HexEFED9D012263b484e
Octal3573552350142673110116
Binary1110111111101101100111010110001011011101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED9D; }

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

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

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

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

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

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

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

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