#EDEAAA

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

Shades of Pale Goldenrod #EDEAAA

Tints of Pale Goldenrod #EDEAAA

Color information

#EDEAAA (or 0xEDEAAA) is unknown color: approx Pale Goldenrod. HEX triplet: ED, EA and AA. RGB value is (237,234,170). Sum of RGB (Red+Green+Blue) = 237+234+170=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAAA is #121555. Grayscale: #E3E3E3. Windows color (decimal): -1185110 or 11201261. OLE color: 11201261.

HSL color Cylindrical-coordinate representation of color #EDEAAA: hue angle of 57.31º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDEAAA is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237234170-
CMYK00.010.280.07
HSL57.31º65.05%79.8%-
HSV(B)57.31º28.27%92.94%-
XYZ71.679.7549.65-
YUV227.695.49134.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 170 (66.80% from 255) = 26.52%
R=36.97%
G=36.51%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723417000.010.280.0757.3165.0579.8
HexEDEAAA011C7394150
Octal3553522520134771101120
Binary111011011110101010101010011110011111100110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAAA; }

 p { color: rgb(237,234,170); }

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

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

 a { background-color: rgb(237,234,170); }

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

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

 span { border-color: rgb(237,234,170); }

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