#EAE6AA

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

Shades of Pale Goldenrod #EAE6AA

Tints of Pale Goldenrod #EAE6AA

Color information

#EAE6AA (or 0xEAE6AA) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E6 and AA. RGB value is (234,230,170). Sum of RGB (Red+Green+Blue) = 234+230+170=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE6AA is #151955. Grayscale: #E0E0E0. Windows color (decimal): -1382742 or 11200234. OLE color: 11200234.

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

Color convert

RGB234230170-
CMYK00.020.270.08
HSL56.25º60.38%79.22%-
HSV(B)56.25º27.35%91.76%-
XYZ69.4876.9949.23-
YUV224.3697.33134.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 170 (66.80% from 255) = 26.81%
R=36.91%
G=36.28%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423017000.020.270.0856.2560.3879.22
HexEAE6AA021B8383c4f
Octal3523462520233107074117
Binary1110101011100110101010100101101110001110001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6AA; }

 p { color: rgb(234,230,170); }

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

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

 a { background-color: rgb(234,230,170); }

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

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

 span { border-color: rgb(234,230,170); }

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