#EEEEA4

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

Shades of Pale Goldenrod #EEEEA4

Tints of Pale Goldenrod #EEEEA4

Color information

#EEEEA4 (or 0xEEEEA4) is unknown color: approx Pale Goldenrod. HEX triplet: EE, EE and A4. RGB value is (238,238,164). Sum of RGB (Red+Green+Blue) = 238+238+164=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 164 (64.45% from 255 or 25.62% from 640); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEEA4 is #11115B. Grayscale: #E5E5E5. Windows color (decimal): -1118556 or 10809070. OLE color: 10809070.

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

Color convert

RGB238238164-
CMYK000.310.07
HSL60º68.52%78.82%-
HSV(B)60º31.09%93.33%-
XYZ72.5482.0147.13-
YUV229.5691134.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 164 (64.45% from 255) = 25.62%
R=37.19%
G=37.19%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238164000.310.076068.5278.82
HexEEEEA4001F73c454f
Octal3563562440037774105117
Binary111011101110111010100100001111111111110010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEEA4; }

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

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

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

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

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

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

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

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