#EAE4B5

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

Shades of Pale Goldenrod #EAE4B5

Tints of Pale Goldenrod #EAE4B5

Color information

#EAE4B5 (or 0xEAE4B5) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E4 and B5. RGB value is (234,228,181). Sum of RGB (Red+Green+Blue) = 234+228+181=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4B5 is #151B4A. Grayscale: #E0E0E0. Windows color (decimal): -1383243 or 11920618. OLE color: 11920618.

HSL color Cylindrical-coordinate representation of color #EAE4B5: hue angle of 53.21º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAE4B5 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234228181-
CMYK00.030.230.08
HSL53.21º55.79%81.37%-
HSV(B)53.21º22.65%91.76%-
XYZ70.0276.3254.76-
YUV224.44103.49134.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 228 (89.45% from 255) = 35.46%
BLUE value IS 181 (71.09% from 255) = 28.15%
R=36.39%
G=35.46%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422818100.030.230.0853.2155.7981.37
HexEAE4B503178353851
Octal3523442650327106570121
Binary1110101011100100101101010111011110001101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4B5; }

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

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

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

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

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

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

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

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