#EAE1AB

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

Shades of Pale Goldenrod #EAE1AB

Tints of Pale Goldenrod #EAE1AB

Color information

#EAE1AB (or 0xEAE1AB) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E1 and AB. RGB value is (234,225,171). Sum of RGB (Red+Green+Blue) = 234+225+171=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1AB is #151E54. Grayscale: #DDDDDD. Windows color (decimal): -1384021 or 11264490. OLE color: 11264490.

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

Color convert

RGB234225171-
CMYK00.040.270.08
HSL51.43º60%79.41%-
HSV(B)51.43º26.92%91.76%-
XYZ68.2174.2849.27-
YUV221.5499.48136.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 225 (88.28% from 255) = 35.71%
BLUE value IS 171 (67.19% from 255) = 27.14%
R=37.14%
G=35.71%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422517100.040.270.0851.436079.41
HexEAE1AB041B8333c4f
Octal3523412530433106374117
Binary11101010111000011010101101001101110001100111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1AB; }

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

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

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

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

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

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

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

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