#EDE5AF

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

Shades of Pale Goldenrod #EDE5AF

Tints of Pale Goldenrod #EDE5AF

Color information

#EDE5AF (or 0xEDE5AF) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E5 and AF. RGB value is (237,229,175). Sum of RGB (Red+Green+Blue) = 237+229+175=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE5AF is #121A50. Grayscale: #E1E1E1. Windows color (decimal): -1186385 or 11527661. OLE color: 11527661.

HSL color Cylindrical-coordinate representation of color #EDE5AF: hue angle of 52.26º 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 #EDE5AF is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237229175-
CMYK00.030.260.07
HSL52.26º63.27%80.78%-
HSV(B)52.26º26.16%92.94%-
XYZ70.6877.1451.72-
YUV225.2499.65136.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 229 (89.84% from 255) = 35.73%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=36.97%
G=35.73%
B=27.30%

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
Decimal23722917500.030.260.0752.2663.2780.78
HexEDE5AF031A7343f51
Octal355345257033276477121
Binary111011011110010110101111011110101111101001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5AF; }

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

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

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

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

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

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

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

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