#EFEC9E

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

Shades of Portafino #EFEC9E

Tints of Portafino #EFEC9E

Color information

#EFEC9E (or 0xEFEC9E) is unknown color: approx Portafino. HEX triplet: EF, EC and 9E. RGB value is (239,236,158). Sum of RGB (Red+Green+Blue) = 239+236+158=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 158 (62.11% from 255 or 24.96% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC9E is #101361. Grayscale: #E4E4E4. Windows color (decimal): -1053538 or 10415343. OLE color: 10415343.

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

Color convert

RGB239236158-
CMYK00.010.340.06
HSL57.78º71.68%77.84%-
HSV(B)57.78º33.89%93.73%-
XYZ71.7680.8144.16-
YUV22888.49135.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 158 (62.11% from 255) = 24.96%
R=37.76%
G=37.28%
B=24.96%

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
Decimal23923615800.010.340.0657.7871.6877.84
HexEFEC9E012263a484e
Octal3573542360142672110116
Binary1110111111101100100111100110001011011101010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEC9E; }

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

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

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

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

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

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

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

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