#EAE09E

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

Shades of Pale Goldenrod #EAE09E

Tints of Pale Goldenrod #EAE09E

Color information

#EAE09E (or 0xEAE09E) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E0 and 9E. RGB value is (234,224,158). Sum of RGB (Red+Green+Blue) = 234+224+158=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE09E is #151F61. Grayscale: #DBDBDB. Windows color (decimal): -1384290 or 10412266. OLE color: 10412266.

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

Color convert

RGB234224158-
CMYK00.040.320.08
HSL52.11º64.41%76.86%-
HSV(B)52.11º32.48%91.76%-
XYZ66.7673.2742.97-
YUV219.4793.31138.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 158 (62.11% from 255) = 25.65%
R=37.99%
G=36.36%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422415800.040.320.0852.1164.4176.86
HexEAE09E0420834404d
Octal35234023604401064100115
Binary1110101011100000100111100100100000100011010010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE09E; }

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

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

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

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

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

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

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

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