#EAE2B1

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

Shades of Pale Goldenrod #EAE2B1

Tints of Pale Goldenrod #EAE2B1

Color information

#EAE2B1 (or 0xEAE2B1) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E2 and B1. RGB value is (234,226,177). Sum of RGB (Red+Green+Blue) = 234+226+177=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE2B1 is #151D4E. Grayscale: #DFDFDF. Windows color (decimal): -1383759 or 11657962. OLE color: 11657962.

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

Color convert

RGB234226177-
CMYK00.030.240.08
HSL51.58º57.58%80.59%-
HSV(B)51.58º24.36%91.76%-
XYZ69.0675.0652.44-
YUV222.81102.15135.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 226 (88.67% from 255) = 35.48%
BLUE value IS 177 (69.53% from 255) = 27.79%
R=36.73%
G=35.48%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422617700.030.240.0851.5857.5880.59
HexEAE2B103188343a51
Octal3523422610330106472121
Binary1110101011100010101100010111100010001101001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2B1; }

 p { color: rgb(234,226,177); }

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

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

 a { background-color: rgb(234,226,177); }

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

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

 span { border-color: rgb(234,226,177); }

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