#EAE3AF

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

Shades of Pale Goldenrod #EAE3AF

Tints of Pale Goldenrod #EAE3AF

Color information

#EAE3AF (or 0xEAE3AF) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E3 and AF. RGB value is (234,227,175). Sum of RGB (Red+Green+Blue) = 234+227+175=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE3AF is #151C50. Grayscale: #DFDFDF. Windows color (decimal): -1383505 or 11527146. OLE color: 11527146.

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

Color convert

RGB234227175-
CMYK00.030.250.08
HSL52.88º58.42%80.2%-
HSV(B)52.88º25.21%91.76%-
XYZ69.1475.5351.49-
YUV223.16100.82135.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 227 (89.06% from 255) = 35.69%
BLUE value IS 175 (68.75% from 255) = 27.52%
R=36.79%
G=35.69%
B=27.52%

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
Decimal23422717500.030.250.0852.8858.4280.2
HexEAE3AF03198353a50
Octal3523432570331106572120
Binary1110101011100011101011110111100110001101011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3AF; }

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

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

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

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

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

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

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

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