#EEF1A1

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

Shades of Portafino #EEF1A1

Tints of Portafino #EEF1A1

Color information

#EEF1A1 (or 0xEEF1A1) is unknown color: approx Portafino. HEX triplet: EE, F1 and A1. RGB value is (238,241,161). Sum of RGB (Red+Green+Blue) = 238+241+161=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 161 (63.28% from 255 or 25.16% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF1A1 is #110E5E. Grayscale: #E7E7E7. Windows color (decimal): -1117791 or 10613230. OLE color: 10613230.

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

Color convert

RGB238241161-
CMYK0.0100.330.05
HSL62.25º74.07%78.82%-
HSV(B)62.25º33.2%94.51%-
XYZ73.1583.6646.01-
YUV230.9888.51133-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 241 (94.53% from 255) = 37.66%
BLUE value IS 161 (63.28% from 255) = 25.16%
R=37.19%
G=37.66%
B=25.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382411610.0100.330.0562.2574.0778.82
HexEEF1A1102153e4a4f
Octal3563612411041576112117
Binary1110111011110001101000011010000110111111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1A1; }

 p { color: rgb(238,241,161); }

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

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

 a { background-color: rgb(238,241,161); }

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

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

 span { border-color: rgb(238,241,161); }

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