#EEEF9F

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

Shades of Portafino #EEEF9F

Tints of Portafino #EEEF9F

Color information

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

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

Color convert

RGB238239159-
CMYK0.0000.330.06
HSL60.75º71.43%78.04%-
HSV(B)60.75º33.47%93.73%-
XYZ72.3882.4144.89-
YUV229.5888.17134-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382391590.0000.330.0660.7571.4378.04
HexEEEF9F002163d474e
Octal3563572370041675107116
Binary1110111011101111100111110010000111011110110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEF9F; }

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

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

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

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

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

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

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

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