#EFEC96

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

Shades of Portafino #EFEC96

Tints of Portafino #EFEC96

Color information

#EFEC96 (or 0xEFEC96) is unknown color: approx Portafino. HEX triplet: EF, EC and 96. RGB value is (239,236,150). Sum of RGB (Red+Green+Blue) = 239+236+150=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 150 (58.98% from 255 or 24% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC96 is #101369. Grayscale: #E3E3E3. Windows color (decimal): -1053546 or 9891055. OLE color: 9891055.

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

Color convert

RGB239236150-
CMYK00.010.370.06
HSL57.98º73.55%76.27%-
HSV(B)57.98º37.24%93.73%-
XYZ71.180.5440.65-
YUV227.0984.49136.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 150 (58.98% from 255) = 24%
R=38.24%
G=37.76%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923615000.010.370.0657.9873.5576.27
HexEFEC96012563a4a4c
Octal3573542260145672112114
Binary1110111111101100100101100110010111011101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEC96; }

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

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

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

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

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

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

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

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