#EDE7AF

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

Shades of Pale Goldenrod #EDE7AF

Tints of Pale Goldenrod #EDE7AF

Color information

#EDE7AF (or 0xEDE7AF) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E7 and AF. RGB value is (237,231,175). Sum of RGB (Red+Green+Blue) = 237+231+175=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE7AF is #121850. Grayscale: #E2E2E2. Windows color (decimal): -1185873 or 11528173. OLE color: 11528173.

HSL color Cylindrical-coordinate representation of color #EDE7AF: hue angle of 54.19º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDE7AF is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237231175-
CMYK00.030.260.07
HSL54.19º63.27%80.78%-
HSV(B)54.19º26.16%92.94%-
XYZ71.2478.2551.91-
YUV226.4198.99135.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 231 (90.62% from 255) = 35.93%
BLUE value IS 175 (68.75% from 255) = 27.22%
R=36.86%
G=35.93%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723117500.030.260.0754.1963.2780.78
HexEDE7AF031A7363f51
Octal355347257033276677121
Binary111011011110011110101111011110101111101101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7AF; }

 p { color: rgb(237,231,175); }

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

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

 a { background-color: rgb(237,231,175); }

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

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

 span { border-color: rgb(237,231,175); }

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