#EAE0A5

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

Shades of Pale Goldenrod #EAE0A5

Tints of Pale Goldenrod #EAE0A5

Color information

#EAE0A5 (or 0xEAE0A5) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E0 and A5. RGB value is (234,224,165). Sum of RGB (Red+Green+Blue) = 234+224+165=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE0A5 is #151F5A. Grayscale: #DCDCDC. Windows color (decimal): -1384283 or 10871018. OLE color: 10871018.

HSL color Cylindrical-coordinate representation of color #EAE0A5: hue angle of 51.3º 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 #EAE0A5 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234224165-
CMYK00.040.290.08
HSL51.3º62.16%78.24%-
HSV(B)51.3º29.49%91.76%-
XYZ67.3873.5246.24-
YUV220.2696.81137.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 224 (87.89% from 255) = 35.96%
BLUE value IS 165 (64.84% from 255) = 26.48%
R=37.56%
G=35.96%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422416500.040.290.0851.362.1678.24
HexEAE0A5041D8333e4e
Octal3523402450435106376116
Binary11101010111000001010010101001110110001100111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0A5; }

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

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

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

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

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

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

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

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