#EEF2A0

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

Shades of Portafino #EEF2A0

Tints of Portafino #EEF2A0

Color information

#EEF2A0 (or 0xEEF2A0) is unknown color: approx Portafino. HEX triplet: EE, F2 and A0. RGB value is (238,242,160). Sum of RGB (Red+Green+Blue) = 238+242+160=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 160 (62.89% from 255 or 25% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF2A0 is #110D5F. Grayscale: #E7E7E7. Windows color (decimal): -1117536 or 10547950. OLE color: 10547950.

HSL color Cylindrical-coordinate representation of color #EEF2A0: hue angle of 62.93º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEF2A0 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB238242160-
CMYK0.0200.340.05
HSL62.93º75.93%78.82%-
HSV(B)62.93º33.88%94.9%-
XYZ73.3684.2245.65-
YUV231.4687.67132.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 242 (94.92% from 255) = 37.81%
BLUE value IS 160 (62.89% from 255) = 25%
R=37.19%
G=37.81%
B=25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382421600.0200.340.0562.9375.9378.82
HexEEF2A0202253f4c4f
Octal3563622402042577114117
Binary11101110111100101010000010010001010111111110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2A0; }

 p { color: rgb(238,242,160); }

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

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

 a { background-color: rgb(238,242,160); }

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

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

 span { border-color: rgb(238,242,160); }

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