#EAE5AC

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

Shades of Pale Goldenrod #EAE5AC

Tints of Pale Goldenrod #EAE5AC

Color information

#EAE5AC (or 0xEAE5AC) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E5 and AC. RGB value is (234,229,172). Sum of RGB (Red+Green+Blue) = 234+229+172=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5AC is #151A53. Grayscale: #E0E0E0. Windows color (decimal): -1382996 or 11331050. OLE color: 11331050.

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

Color convert

RGB234229172-
CMYK00.020.260.08
HSL55.16º59.62%79.61%-
HSV(B)55.16º26.5%91.76%-
XYZ69.476.5150.14-
YUV22498.66135.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 229 (89.84% from 255) = 36.06%
BLUE value IS 172 (67.58% from 255) = 27.09%
R=36.85%
G=36.06%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422917200.020.260.0855.1659.6279.61
HexEAE5AC021A8373c50
Octal3523452540232106774120
Binary1110101011100101101011000101101010001101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5AC; }

 p { color: rgb(234,229,172); }

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

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

 a { background-color: rgb(234,229,172); }

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

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

 span { border-color: rgb(234,229,172); }

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