#EAE2A5

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

Shades of Pale Goldenrod #EAE2A5

Tints of Pale Goldenrod #EAE2A5

Color information

#EAE2A5 (or 0xEAE2A5) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E2 and A5. RGB value is (234,226,165). Sum of RGB (Red+Green+Blue) = 234+226+165=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 165 (64.84% from 255 or 26.4% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE2A5 is #151D5A. Grayscale: #DDDDDD. Windows color (decimal): -1383771 or 10871530. OLE color: 10871530.

HSL color Cylindrical-coordinate representation of color #EAE2A5: hue angle of 53.04º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAE2A5 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234226165-
CMYK00.030.290.08
HSL53.04º62.16%78.24%-
HSV(B)53.04º29.49%91.76%-
XYZ67.9274.646.42-
YUV221.4496.15136.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 226 (88.67% from 255) = 36.16%
BLUE value IS 165 (64.84% from 255) = 26.4%
R=37.44%
G=36.16%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422616500.030.290.0853.0462.1678.24
HexEAE2A5031D8353e4e
Octal3523422450335106576116
Binary1110101011100010101001010111110110001101011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2A5; }

 p { color: rgb(234,226,165); }

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

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

 a { background-color: rgb(234,226,165); }

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

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

 span { border-color: rgb(234,226,165); }

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