#EFED9A

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

Shades of Portafino #EFED9A

Tints of Portafino #EFED9A

Color information

#EFED9A (or 0xEFED9A) is unknown color: approx Portafino. HEX triplet: EF, ED and 9A. RGB value is (239,237,154). Sum of RGB (Red+Green+Blue) = 239+237+154=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 154 (60.55% from 255 or 24.44% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFED9A is #101265. Grayscale: #E4E4E4. Windows color (decimal): -1053286 or 10153455. OLE color: 10153455.

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

Color convert

RGB239237154-
CMYK00.010.360.06
HSL58.59º72.65%77.06%-
HSV(B)58.59º35.56%93.73%-
XYZ71.7181.2542.48-
YUV228.1486.16135.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 154 (60.55% from 255) = 24.44%
R=37.94%
G=37.62%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923715400.010.360.0658.5972.6577.06
HexEFED9A012463b494d
Octal3573552320144673111115
Binary1110111111101101100110100110010011011101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED9A; }

 p { color: rgb(239,237,154); }

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

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

 a { background-color: rgb(239,237,154); }

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

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

 span { border-color: rgb(239,237,154); }

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