#EAE7AA

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

Shades of Pale Goldenrod #EAE7AA

Tints of Pale Goldenrod #EAE7AA

Color information

#EAE7AA (or 0xEAE7AA) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E7 and AA. RGB value is (234,231,170). Sum of RGB (Red+Green+Blue) = 234+231+170=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE7AA is #151855. Grayscale: #E1E1E1. Windows color (decimal): -1382486 or 11200490. OLE color: 11200490.

HSL color Cylindrical-coordinate representation of color #EAE7AA: hue angle of 57.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAE7AA is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234231170-
CMYK00.010.270.08
HSL57.19º60.38%79.22%-
HSV(B)57.19º27.35%91.76%-
XYZ69.7677.5549.32-
YUV224.9496.99134.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 231 (90.62% from 255) = 36.38%
BLUE value IS 170 (66.80% from 255) = 26.77%
R=36.85%
G=36.38%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423117000.010.270.0857.1960.3879.22
HexEAE7AA011B8393c4f
Octal3523472520133107174117
Binary111010101110011110101010011101110001110011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE7AA; }

 p { color: rgb(234,231,170); }

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

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

 a { background-color: rgb(234,231,170); }

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

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

 span { border-color: rgb(234,231,170); }

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