#EFE899

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

Shades of Portafino #EFE899

Tints of Portafino #EFE899

Color information

#EFE899 (or 0xEFE899) is unknown color: approx Portafino. HEX triplet: EF, E8 and 99. RGB value is (239,232,153). Sum of RGB (Red+Green+Blue) = 239+232+153=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 153 (60.16% from 255 or 24.52% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE899 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE899 is #101766. Grayscale: #E1E1E1. Windows color (decimal): -1054567 or 10086639. OLE color: 10086639.

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

Color convert

RGB239232153-
CMYK00.030.360.06
HSL55.12º72.88%76.86%-
HSV(B)55.12º35.98%93.73%-
XYZ70.278.3641.56-
YUV225.0987.32137.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 153 (60.16% from 255) = 24.52%
R=38.30%
G=37.18%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923215300.030.360.0655.1272.8876.86
HexEFE8990324637494d
Octal3573502310344667111115
Binary11101111111010001001100101110010011011011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE899; }

 p { color: rgb(239,232,153); }

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

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

 a { background-color: rgb(239,232,153); }

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

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

 span { border-color: rgb(239,232,153); }

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