#EEEEA2

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

Shades of Portafino #EEEEA2

Tints of Portafino #EEEEA2

Color information

#EEEEA2 (or 0xEEEEA2) is unknown color: approx Portafino. HEX triplet: EE, EE and A2. RGB value is (238,238,162). Sum of RGB (Red+Green+Blue) = 238+238+162=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEEA2 is #11115D. Grayscale: #E5E5E5. Windows color (decimal): -1118558 or 10677998. OLE color: 10677998.

HSL color Cylindrical-coordinate representation of color #EEEEA2: hue angle of 60º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEEEA2 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238238162-
CMYK000.320.07
HSL60º69.09%78.43%-
HSV(B)60º31.93%93.33%-
XYZ72.3681.9346.18-
YUV229.3490134.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 162 (63.67% from 255) = 25.39%
R=37.30%
G=37.30%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238162000.320.076069.0978.43
HexEEEEA2002073c454e
Octal3563562420040774105116
Binary1110111011101110101000100010000011111110010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEEA2; }

 p { color: rgb(238,238,162); }

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

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

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

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

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

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

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