#EAE3AB

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

Shades of Pale Goldenrod #EAE3AB

Tints of Pale Goldenrod #EAE3AB

Color information

#EAE3AB (or 0xEAE3AB) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E3 and AB. RGB value is (234,227,171). Sum of RGB (Red+Green+Blue) = 234+227+171=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3AB is #151C54. Grayscale: #DEDEDE. Windows color (decimal): -1383509 or 11265002. OLE color: 11265002.

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

Color convert

RGB234227171-
CMYK00.030.270.08
HSL53.33º60%79.41%-
HSV(B)53.33º26.92%91.76%-
XYZ68.7575.3749.45-
YUV222.7198.82136.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 227 (89.06% from 255) = 35.92%
BLUE value IS 171 (67.19% from 255) = 27.06%
R=37.03%
G=35.92%
B=27.06%

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
Decimal23422717100.030.270.0853.336079.41
HexEAE3AB031B8353c4f
Octal3523432530333106574117
Binary1110101011100011101010110111101110001101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3AB; }

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

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

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

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

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

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

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

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