#EEE2A2

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

Shades of Pale Goldenrod #EEE2A2

Tints of Pale Goldenrod #EEE2A2

Color information

#EEE2A2 (or 0xEEE2A2) is unknown color: approx Pale Goldenrod. HEX triplet: EE, E2 and A2. RGB value is (238,226,162). Sum of RGB (Red+Green+Blue) = 238+226+162=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 162 (63.67% from 255 or 25.88% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE2A2 is #111D5D. Grayscale: #DEDEDE. Windows color (decimal): -1121630 or 10674926. OLE color: 10674926.

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

Color convert

RGB238226162-
CMYK00.050.320.07
HSL50.53º69.09%78.43%-
HSV(B)50.53º31.93%93.33%-
XYZ68.9875.1845.06-
YUV222.2993.98139.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 226 (88.67% from 255) = 36.10%
BLUE value IS 162 (63.67% from 255) = 25.88%
R=38.02%
G=36.10%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822616200.050.320.0750.5369.0978.43
HexEEE2A20520733454e
Octal3563422420540763105116
Binary111011101110001010100010010110000011111001110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2A2; }

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

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

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

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

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

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

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

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