#EAE7A6

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

Shades of Pale Goldenrod #EAE7A6

Tints of Pale Goldenrod #EAE7A6

Color information

#EAE7A6 (or 0xEAE7A6) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E7 and A6. RGB value is (234,231,166). Sum of RGB (Red+Green+Blue) = 234+231+166=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 166 (65.23% from 255 or 26.31% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE7A6 is #151859. Grayscale: #E0E0E0. Windows color (decimal): -1382490 or 10938346. OLE color: 10938346.

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

Color convert

RGB234231166-
CMYK00.010.290.08
HSL57.35º61.82%78.43%-
HSV(B)57.35º29.06%91.76%-
XYZ69.3977.447.36-
YUV224.4994.99134.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 231 (90.62% from 255) = 36.61%
BLUE value IS 166 (65.23% from 255) = 26.31%
R=37.08%
G=36.61%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423116600.010.290.0857.3561.8278.43
HexEAE7A6011D8393e4e
Octal3523472460135107176116
Binary111010101110011110100110011110110001110011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE7A6; }

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

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

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

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

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

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

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

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