#EAE5AB

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

Shades of Pale Goldenrod #EAE5AB

Tints of Pale Goldenrod #EAE5AB

Color information

#EAE5AB (or 0xEAE5AB) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E5 and AB. RGB value is (234,229,171). Sum of RGB (Red+Green+Blue) = 234+229+171=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE5AB is #151A54. Grayscale: #E0E0E0. Windows color (decimal): -1382997 or 11265514. OLE color: 11265514.

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

Color convert

RGB234229171-
CMYK00.020.270.08
HSL55.24º60%79.41%-
HSV(B)55.24º26.92%91.76%-
XYZ69.376.4749.64-
YUV223.8898.16135.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 229 (89.84% from 255) = 36.12%
BLUE value IS 171 (67.19% from 255) = 26.97%
R=36.91%
G=36.12%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422917100.020.270.0855.246079.41
HexEAE5AB021B8373c4f
Octal3523452530233106774117
Binary1110101011100101101010110101101110001101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5AB; }

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

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

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

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

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

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

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

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