#EAE4B2

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

Shades of Pale Goldenrod #EAE4B2

Tints of Pale Goldenrod #EAE4B2

Color information

#EAE4B2 (or 0xEAE4B2) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E4 and B2. RGB value is (234,228,178). Sum of RGB (Red+Green+Blue) = 234+228+178=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4B2 is #151B4D. Grayscale: #E0E0E0. Windows color (decimal): -1383246 or 11724010. OLE color: 11724010.

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

Color convert

RGB234228178-
CMYK00.030.240.08
HSL53.57º57.14%80.78%-
HSV(B)53.57º23.93%91.76%-
XYZ69.7176.1953.15-
YUV224.09101.99135.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 178 (69.92% from 255) = 27.81%
R=36.56%
G=35.62%
B=27.81%

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
Decimal23422817800.030.240.0853.5757.1480.78
HexEAE4B203188363951
Octal3523442620330106671121
Binary1110101011100100101100100111100010001101101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4B2; }

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

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

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

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

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

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

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

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