#EEEBA1

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

Shades of Portafino #EEEBA1

Tints of Portafino #EEEBA1

Color information

#EEEBA1 (or 0xEEEBA1) is unknown color: approx Portafino. HEX triplet: EE, EB and A1. RGB value is (238,235,161). Sum of RGB (Red+Green+Blue) = 238+235+161=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEBA1 is #11145E. Grayscale: #E3E3E3. Windows color (decimal): -1119327 or 10611694. OLE color: 10611694.

HSL color Cylindrical-coordinate representation of color #EEEBA1: hue angle of 57.66º 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 #EEEBA1 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238235161-
CMYK00.010.320.07
HSL57.66º69.37%78.24%-
HSV(B)57.66º32.35%93.33%-
XYZ71.480.1745.43-
YUV227.4690.49135.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 161 (63.28% from 255) = 25.39%
R=37.54%
G=37.07%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823516100.010.320.0757.6669.3778.24
HexEEEBA1012073a454e
Octal3563532410140772105116
Binary1110111011101011101000010110000011111101010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBA1; }

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

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

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

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

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

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

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

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