#EAE3AC

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

Shades of Pale Goldenrod #EAE3AC

Tints of Pale Goldenrod #EAE3AC

Color information

#EAE3AC (or 0xEAE3AC) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E3 and AC. RGB value is (234,227,172). Sum of RGB (Red+Green+Blue) = 234+227+172=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3AC is #151C53. Grayscale: #DFDFDF. Windows color (decimal): -1383508 or 11330538. OLE color: 11330538.

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

Color convert

RGB234227172-
CMYK00.030.260.08
HSL53.23º59.62%79.61%-
HSV(B)53.23º26.5%91.76%-
XYZ68.8575.4149.96-
YUV222.8299.32135.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 227 (89.06% from 255) = 35.86%
BLUE value IS 172 (67.58% from 255) = 27.17%
R=36.97%
G=35.86%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422717200.030.260.0853.2359.6279.61
HexEAE3AC031A8353c50
Octal3523432540332106574120
Binary1110101011100011101011000111101010001101011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3AC; }

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

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

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

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

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

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

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

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