#EFEE9F

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

Shades of Portafino #EFEE9F

Tints of Portafino #EFEE9F

Color information

#EFEE9F (or 0xEFEE9F) is unknown color: approx Portafino. HEX triplet: EF, EE and 9F. RGB value is (239,238,159). Sum of RGB (Red+Green+Blue) = 239+238+159=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 159 (62.5% from 255 or 25% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE9F is #101160. Grayscale: #E5E5E5. Windows color (decimal): -1053025 or 10481391. OLE color: 10481391.

HSL color Cylindrical-coordinate representation of color #EFEE9F: hue angle of 59.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFEE9F is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239238159-
CMYK00.000.330.06
HSL59.25º71.43%78.04%-
HSV(B)59.25º33.47%93.73%-
XYZ72.438244.81-
YUV229.2988.33134.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 159 (62.5% from 255) = 25%
R=37.58%
G=37.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923815900.000.330.0659.2571.4378.04
HexEFEE9F002163b474e
Octal3573562370041673107116
Binary1110111111101110100111110010000111011101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE9F; }

 p { color: rgb(239,238,159); }

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

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

 a { background-color: rgb(239,238,159); }

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

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

 span { border-color: rgb(239,238,159); }

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