#EAE4AF

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

Shades of Pale Goldenrod #EAE4AF

Tints of Pale Goldenrod #EAE4AF

Color information

#EAE4AF (or 0xEAE4AF) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E4 and AF. RGB value is (234,228,175). Sum of RGB (Red+Green+Blue) = 234+228+175=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4AF is #151B50. Grayscale: #DFDFDF. Windows color (decimal): -1383249 or 11527402. OLE color: 11527402.

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

Color convert

RGB234228175-
CMYK00.030.250.08
HSL53.9º58.42%80.2%-
HSV(B)53.9º25.21%91.76%-
XYZ69.4176.0751.58-
YUV223.75100.49135.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 228 (89.45% from 255) = 35.79%
BLUE value IS 175 (68.75% from 255) = 27.47%
R=36.73%
G=35.79%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422817500.030.250.0853.958.4280.2
HexEAE4AF03198363a50
Octal3523442570331106672120
Binary1110101011100100101011110111100110001101101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4AF; }

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

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

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

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

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

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

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

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