#EAE1AC

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

Shades of Pale Goldenrod #EAE1AC

Tints of Pale Goldenrod #EAE1AC

Color information

#EAE1AC (or 0xEAE1AC) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E1 and AC. RGB value is (234,225,172). Sum of RGB (Red+Green+Blue) = 234+225+172=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1AC is #151E53. Grayscale: #DDDDDD. Windows color (decimal): -1384020 or 11330026. OLE color: 11330026.

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

Color convert

RGB234225172-
CMYK00.040.260.08
HSL51.29º59.62%79.61%-
HSV(B)51.29º26.5%91.76%-
XYZ68.374.3249.78-
YUV221.6599.98136.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 225 (88.28% from 255) = 35.66%
BLUE value IS 172 (67.58% from 255) = 27.26%
R=37.08%
G=35.66%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422517200.040.260.0851.2959.6279.61
HexEAE1AC041A8333c50
Octal3523412540432106374120
Binary11101010111000011010110001001101010001100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1AC; }

 p { color: rgb(234,225,172); }

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

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

 a { background-color: rgb(234,225,172); }

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

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

 span { border-color: rgb(234,225,172); }

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