#EAE4AB

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

Shades of Pale Goldenrod #EAE4AB

Tints of Pale Goldenrod #EAE4AB

Color information

#EAE4AB (or 0xEAE4AB) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E4 and AB. RGB value is (234,228,171). Sum of RGB (Red+Green+Blue) = 234+228+171=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4AB is #151B54. Grayscale: #DFDFDF. Windows color (decimal): -1383253 or 11265258. OLE color: 11265258.

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

Color convert

RGB234228171-
CMYK00.030.270.08
HSL54.29º60%79.41%-
HSV(B)54.29º26.92%91.76%-
XYZ69.0375.9249.54-
YUV223.398.49135.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 228 (89.45% from 255) = 36.02%
BLUE value IS 171 (67.19% from 255) = 27.01%
R=36.97%
G=36.02%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422817100.030.270.0854.296079.41
HexEAE4AB031B8363c4f
Octal3523442530333106674117
Binary1110101011100100101010110111101110001101101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4AB; }

 p { color: rgb(234,228,171); }

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

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

 a { background-color: rgb(234,228,171); }

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

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

 span { border-color: rgb(234,228,171); }

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