#EAE09D

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

Shades of Pale Goldenrod #EAE09D

Tints of Pale Goldenrod #EAE09D

Color information

#EAE09D (or 0xEAE09D) is unknown color: approx Pale Goldenrod. HEX triplet: EA, E0 and 9D. RGB value is (234,224,157). Sum of RGB (Red+Green+Blue) = 234+224+157=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE09D is #151F62. Grayscale: #DBDBDB. Windows color (decimal): -1384291 or 10346730. OLE color: 10346730.

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

Color convert

RGB234224157-
CMYK00.040.330.08
HSL52.21º64.71%76.67%-
HSV(B)52.21º32.91%91.76%-
XYZ66.6773.2442.52-
YUV219.3592.81138.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 224 (87.89% from 255) = 36.42%
BLUE value IS 157 (61.72% from 255) = 25.53%
R=38.05%
G=36.42%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422415700.040.330.0852.2164.7176.67
HexEAE09D0421834414d
Octal35234023504411064101115
Binary1110101011100000100111010100100001100011010010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE09D; }

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

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

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

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

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

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

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

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