#EAE3A7

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

Shades of Pale Goldenrod #EAE3A7

Tints of Pale Goldenrod #EAE3A7

Color information

#EAE3A7 (or 0xEAE3A7) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E3 and A7. RGB value is (234,227,167). Sum of RGB (Red+Green+Blue) = 234+227+167=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 167 (65.62% from 255 or 26.59% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3A7 is #151C58. Grayscale: #DEDEDE. Windows color (decimal): -1383513 or 11002858. OLE color: 11002858.

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

Color convert

RGB234227167-
CMYK00.030.290.08
HSL53.73º61.47%78.63%-
HSV(B)53.73º28.63%91.76%-
XYZ68.3875.2247.47-
YUV222.2596.82136.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 227 (89.06% from 255) = 36.15%
BLUE value IS 167 (65.62% from 255) = 26.59%
R=37.26%
G=36.15%
B=26.59%

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
Decimal23422716700.030.290.0853.7361.4778.63
HexEAE3A7031D8363d4f
Octal3523432470335106675117
Binary1110101011100011101001110111110110001101101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3A7; }

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

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

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

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

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

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

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

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