#EFEC9C

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

Shades of Portafino #EFEC9C

Tints of Portafino #EFEC9C

Color information

#EFEC9C (or 0xEFEC9C) is unknown color: approx Portafino. HEX triplet: EF, EC and 9C. RGB value is (239,236,156). Sum of RGB (Red+Green+Blue) = 239+236+156=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 156 (61.33% from 255 or 24.72% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC9C is #101363. Grayscale: #E4E4E4. Windows color (decimal): -1053540 or 10284271. OLE color: 10284271.

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

Color convert

RGB239236156-
CMYK00.010.350.06
HSL57.83º72.17%77.45%-
HSV(B)57.83º34.73%93.73%-
XYZ71.5980.7443.26-
YUV227.7887.49136-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 156 (61.33% from 255) = 24.72%
R=37.88%
G=37.40%
B=24.72%

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
Decimal23923615600.010.350.0657.8372.1777.45
HexEFEC9C012363a484d
Octal3573542340143672110115
Binary1110111111101100100111000110001111011101010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEC9C; }

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

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

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

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

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

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

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

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