#EAE3A6

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

Shades of Pale Goldenrod #EAE3A6

Tints of Pale Goldenrod #EAE3A6

Color information

#EAE3A6 (or 0xEAE3A6) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E3 and A6. RGB value is (234,227,166). Sum of RGB (Red+Green+Blue) = 234+227+166=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 166 (65.23% from 255 or 26.48% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3A6 is #151C59. Grayscale: #DEDEDE. Windows color (decimal): -1383514 or 10937322. OLE color: 10937322.

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

Color convert

RGB234227166-
CMYK00.030.290.08
HSL53.82º61.82%78.43%-
HSV(B)53.82º29.06%91.76%-
XYZ68.2875.1846.99-
YUV222.1496.32136.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 227 (89.06% from 255) = 36.20%
BLUE value IS 166 (65.23% from 255) = 26.48%
R=37.32%
G=36.20%
B=26.48%

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
Decimal23422716600.030.290.0853.8261.8278.43
HexEAE3A6031D8363e4e
Octal3523432460335106676116
Binary1110101011100011101001100111110110001101101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3A6; }

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

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

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

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

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

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

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

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