#EAE69F

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

Shades of Pale Goldenrod #EAE69F

Tints of Pale Goldenrod #EAE69F

Color information

#EAE69F (or 0xEAE69F) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E6 and 9F. RGB value is (234,230,159). Sum of RGB (Red+Green+Blue) = 234+230+159=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 159 (62.5% from 255 or 25.52% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE69F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE69F is #151960. Grayscale: #DFDFDF. Windows color (decimal): -1382753 or 10479338. OLE color: 10479338.

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

Color convert

RGB234230159-
CMYK00.020.320.08
HSL56.8º64.1%77.06%-
HSV(B)56.8º32.05%91.76%-
XYZ68.4976.5943.97-
YUV223.191.83135.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 230 (90.23% from 255) = 36.92%
BLUE value IS 159 (62.5% from 255) = 25.52%
R=37.56%
G=36.92%
B=25.52%

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
Decimal23423015900.020.320.0856.864.177.06
HexEAE69F0220839404d
Octal35234623702401071100115
Binary111010101110011010011111010100000100011100110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE69F; }

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

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

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

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

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

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

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

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