#EFEC95

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

Shades of Portafino #EFEC95

Tints of Portafino #EFEC95

Color information

#EFEC95 (or 0xEFEC95) is unknown color: approx Portafino. HEX triplet: EF, EC and 95. RGB value is (239,236,149). Sum of RGB (Red+Green+Blue) = 239+236+149=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 149 (58.59% from 255 or 23.88% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC95 is #10136A. Grayscale: #E3E3E3. Windows color (decimal): -1053547 or 9825519. OLE color: 9825519.

HSL color Cylindrical-coordinate representation of color #EFEC95: hue angle of 58º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFEC95 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239236149-
CMYK00.010.380.06
HSL58º73.77%76.08%-
HSV(B)58º37.66%93.73%-
XYZ71.0280.5140.23-
YUV226.9883.99136.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 236 (92.58% from 255) = 37.82%
BLUE value IS 149 (58.59% from 255) = 23.88%
R=38.30%
G=37.82%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923614900.010.380.065873.7776.08
HexEFEC95012663a4a4c
Octal3573542250146672112114
Binary1110111111101100100101010110011011011101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEC95; }

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

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

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

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

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

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

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

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