#EEEAA4

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

Shades of Pale Goldenrod #EEEAA4

Tints of Pale Goldenrod #EEEAA4

Color information

#EEEAA4 (or 0xEEEAA4) is unknown color: approx Pale Goldenrod. HEX triplet: EE, EA and A4. RGB value is (238,234,164). Sum of RGB (Red+Green+Blue) = 238+234+164=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEAA4 is #11155B. Grayscale: #E3E3E3. Windows color (decimal): -1119580 or 10808046. OLE color: 10808046.

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

Color convert

RGB238234164-
CMYK00.020.310.07
HSL56.76º68.52%78.82%-
HSV(B)56.76º31.09%93.33%-
XYZ71.3879.746.74-
YUV227.2292.33135.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 164 (64.45% from 255) = 25.79%
R=37.42%
G=36.79%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823416400.020.310.0756.7668.5278.82
HexEEEAA4021F739454f
Octal3563522440237771105117
Binary1110111011101010101001000101111111111100110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAA4; }

 p { color: rgb(238,234,164); }

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

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

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

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

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

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

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