#EFE79D

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

Shades of Portafino #EFE79D

Tints of Portafino #EFE79D

Color information

#EFE79D (or 0xEFE79D) is unknown color: approx Portafino. HEX triplet: EF, E7 and 9D. RGB value is (239,231,157). Sum of RGB (Red+Green+Blue) = 239+231+157=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE79D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE79D is #101862. Grayscale: #E1E1E1. Windows color (decimal): -1054819 or 10348527. OLE color: 10348527.

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

Color convert

RGB239231157-
CMYK00.030.340.06
HSL54.15º71.93%77.65%-
HSV(B)54.15º34.31%93.73%-
XYZ70.2677.9443.24-
YUV224.9689.65138.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 231 (90.62% from 255) = 36.84%
BLUE value IS 157 (61.72% from 255) = 25.04%
R=38.12%
G=36.84%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923115700.030.340.0654.1571.9377.65
HexEFE79D0322636484e
Octal3573472350342666110116
Binary11101111111001111001110101110001011011011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE79D; }

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

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

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

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

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

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

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

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