#EAE69E

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

Shades of Pale Goldenrod #EAE69E

Tints of Pale Goldenrod #EAE69E

Color information

#EAE69E (or 0xEAE69E) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E6 and 9E. RGB value is (234,230,158). Sum of RGB (Red+Green+Blue) = 234+230+158=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 158 (62.11% from 255 or 25.40% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE69E is #151961. Grayscale: #DFDFDF. Windows color (decimal): -1382754 or 10413802. OLE color: 10413802.

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

Color convert

RGB234230158-
CMYK00.020.320.08
HSL56.84º64.41%76.86%-
HSV(B)56.84º32.48%91.76%-
XYZ68.476.5543.52-
YUV222.9991.33135.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 230 (90.23% from 255) = 36.98%
BLUE value IS 158 (62.11% from 255) = 25.40%
R=37.62%
G=36.98%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423015800.020.320.0856.8464.4176.86
HexEAE69E0220839404d
Octal35234623602401071100115
Binary111010101110011010011110010100000100011100110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE69E; }

 p { color: rgb(234,230,158); }

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

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

 a { background-color: rgb(234,230,158); }

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

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

 span { border-color: rgb(234,230,158); }

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