#EAE4B4

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

Shades of Pale Goldenrod #EAE4B4

Tints of Pale Goldenrod #EAE4B4

Color information

#EAE4B4 (or 0xEAE4B4) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E4 and B4. RGB value is (234,228,180). Sum of RGB (Red+Green+Blue) = 234+228+180=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 180 (70.70% from 255 or 28.04% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4B4 is #151B4B. Grayscale: #E0E0E0. Windows color (decimal): -1383244 or 11855082. OLE color: 11855082.

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

Color convert

RGB234228180-
CMYK00.030.230.08
HSL53.33º56.25%81.18%-
HSV(B)53.33º23.08%91.76%-
XYZ69.9176.2754.22-
YUV224.32102.99134.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 228 (89.45% from 255) = 35.51%
BLUE value IS 180 (70.70% from 255) = 28.04%
R=36.45%
G=35.51%
B=28.04%

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
Decimal23422818000.030.230.0853.3356.2581.18
HexEAE4B403178353851
Octal3523442640327106570121
Binary1110101011100100101101000111011110001101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4B4; }

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

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

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

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

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

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

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

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