#EEEBA2

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

Shades of Pale Goldenrod #EEEBA2

Tints of Pale Goldenrod #EEEBA2

Color information

#EEEBA2 (or 0xEEEBA2) is unknown color: approx Pale Goldenrod. HEX triplet: EE, EB and A2. RGB value is (238,235,162). Sum of RGB (Red+Green+Blue) = 238+235+162=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEBA2 is #11145D. Grayscale: #E3E3E3. Windows color (decimal): -1119326 or 10677230. OLE color: 10677230.

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

Color convert

RGB238235162-
CMYK00.010.320.07
HSL57.63º69.09%78.43%-
HSV(B)57.63º31.93%93.33%-
XYZ71.4980.245.9-
YUV227.5790.99135.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 162 (63.67% from 255) = 25.51%
R=37.48%
G=37.01%
B=25.51%

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
Decimal23823516200.010.320.0757.6369.0978.43
HexEEEBA2012073a454e
Octal3563532420140772105116
Binary1110111011101011101000100110000011111101010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBA2; }

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

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

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

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

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

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

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

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