#EAE6A9

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

Shades of Pale Goldenrod #EAE6A9

Tints of Pale Goldenrod #EAE6A9

Color information

#EAE6A9 (or 0xEAE6A9) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E6 and A9. RGB value is (234,230,169). Sum of RGB (Red+Green+Blue) = 234+230+169=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 169 (66.41% from 255 or 26.70% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE6A9 is #151956. Grayscale: #E0E0E0. Windows color (decimal): -1382743 or 11134698. OLE color: 11134698.

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

Color convert

RGB234230169-
CMYK00.020.280.08
HSL56.31º60.75%79.02%-
HSV(B)56.31º27.78%91.76%-
XYZ69.3976.9548.73-
YUV224.2496.83134.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 230 (90.23% from 255) = 36.33%
BLUE value IS 169 (66.41% from 255) = 26.70%
R=36.97%
G=36.33%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423016900.020.280.0856.3160.7579.02
HexEAE6A9021C8383d4f
Octal3523462510234107075117
Binary1110101011100110101010010101110010001110001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6A9; }

 p { color: rgb(234,230,169); }

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

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

 a { background-color: rgb(234,230,169); }

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

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

 span { border-color: rgb(234,230,169); }

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