#EEF0A1

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

Shades of Portafino #EEF0A1

Tints of Portafino #EEF0A1

Color information

#EEF0A1 (or 0xEEF0A1) is unknown color: approx Portafino. HEX triplet: EE, F0 and A1. RGB value is (238,240,161). Sum of RGB (Red+Green+Blue) = 238+240+161=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF0A1 is #110F5E. Grayscale: #E6E6E6. Windows color (decimal): -1118047 or 10612974. OLE color: 10612974.

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

Color convert

RGB238240161-
CMYK0.0100.330.06
HSL61.52º72.48%78.63%-
HSV(B)61.52º32.92%94.12%-
XYZ72.8583.0745.91-
YUV230.488.84133.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 240 (94.14% from 255) = 37.56%
BLUE value IS 161 (63.28% from 255) = 25.20%
R=37.25%
G=37.56%
B=25.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382401610.0100.330.0661.5272.4878.63
HexEEF0A1102163e484f
Octal3563602411041676110117
Binary1110111011110000101000011010000111011111010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0A1; }

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

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

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

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

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

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

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

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