#EAE8A6

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

Shades of Pale Goldenrod #EAE8A6

Tints of Pale Goldenrod #EAE8A6

Color information

#EAE8A6 (or 0xEAE8A6) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E8 and A6. RGB value is (234,232,166). Sum of RGB (Red+Green+Blue) = 234+232+166=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 166 (65.23% from 255 or 26.27% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE8A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE8A6 is #151759. Grayscale: #E1E1E1. Windows color (decimal): -1382234 or 10938602. OLE color: 10938602.

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

Color convert

RGB234232166-
CMYK00.010.290.08
HSL58.24º61.82%78.43%-
HSV(B)58.24º29.06%91.76%-
XYZ69.6777.9647.45-
YUV225.0794.66134.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 232 (91.02% from 255) = 36.71%
BLUE value IS 166 (65.23% from 255) = 26.27%
R=37.03%
G=36.71%
B=26.27%

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
Decimal23423216600.010.290.0858.2461.8278.43
HexEAE8A6011D83a3e4e
Octal3523502460135107276116
Binary111010101110100010100110011110110001110101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8A6; }

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

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

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

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

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

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

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

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