#efec9d

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

Shades of Portafino #EFEC9D

Tints of Portafino #EFEC9D

Color information

#EFEC9D (or 0xEFEC9D) is unknown color: approx Portafino. HEX triplet: EF, EC and 9D. RGB value is (239,236,157). Sum of RGB (Red+Green+Blue) = 239+236+157=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 157 (61.72% from 255 or 24.84% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC9D is #101362. Grayscale: #E4E4E4. Windows color (decimal): -1053539 or 10349807. OLE color: 10349807.

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

Color convert

RGB239236157-
CMYK00.010.340.06
HSL57.8º71.93%77.65%-
HSV(B)57.8º34.31%93.73%-
XYZ71.6880.7843.71-
YUV227.8987.99135.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 157 (61.72% from 255) = 24.84%
R=37.82%
G=37.34%
B=24.84%

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
Decimal23923615700.010.340.0657.871.9377.65
HexEFEC9D012263a484e
Octal3573542350142672110116
Binary1110111111101100100111010110001011011101010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efec9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efec9d; }

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

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

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

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

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

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

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

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