#EAE4A7

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

Shades of Pale Goldenrod #EAE4A7

Tints of Pale Goldenrod #EAE4A7

Color information

#EAE4A7 (or 0xEAE4A7) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E4 and A7. RGB value is (234,228,167). Sum of RGB (Red+Green+Blue) = 234+228+167=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 167 (65.62% from 255 or 26.55% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4A7 is #151B58. Grayscale: #DFDFDF. Windows color (decimal): -1383257 or 11003114. OLE color: 11003114.

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

Color convert

RGB234228167-
CMYK00.030.290.08
HSL54.63º61.47%78.63%-
HSV(B)54.63º28.63%91.76%-
XYZ68.6575.7747.57-
YUV222.8496.49135.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 228 (89.45% from 255) = 36.25%
BLUE value IS 167 (65.62% from 255) = 26.55%
R=37.20%
G=36.25%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422816700.030.290.0854.6361.4778.63
HexEAE4A7031D8373d4f
Octal3523442470335106775117
Binary1110101011100100101001110111110110001101111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4A7; }

 p { color: rgb(234,228,167); }

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

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

 a { background-color: rgb(234,228,167); }

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

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

 span { border-color: rgb(234,228,167); }

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