#EAE39D

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

Shades of Pale Goldenrod #EAE39D

Tints of Pale Goldenrod #EAE39D

Color information

#EAE39D (or 0xEAE39D) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E3 and 9D. RGB value is (234,227,157). Sum of RGB (Red+Green+Blue) = 234+227+157=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE39D is #151C62. Grayscale: #DDDDDD. Windows color (decimal): -1383523 or 10347498. OLE color: 10347498.

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

Color convert

RGB234227157-
CMYK00.030.330.08
HSL54.55º64.71%76.67%-
HSV(B)54.55º32.91%91.76%-
XYZ67.4974.8642.79-
YUV221.1191.82137.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 227 (89.06% from 255) = 36.73%
BLUE value IS 157 (61.72% from 255) = 25.40%
R=37.86%
G=36.73%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422715700.030.330.0854.5564.7176.67
HexEAE39D0321837414d
Octal35234323503411067101115
Binary111010101110001110011101011100001100011011110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE39D; }

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

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

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

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

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

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

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

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