#EDE2AE

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

Shades of Pale Goldenrod #EDE2AE

Tints of Pale Goldenrod #EDE2AE

Color information

#EDE2AE (or 0xEDE2AE) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E2 and AE. RGB value is (237,226,174). Sum of RGB (Red+Green+Blue) = 237+226+174=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE2AE is #121D51. Grayscale: #DFDFDF. Windows color (decimal): -1187154 or 11461357. OLE color: 11461357.

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

Color convert

RGB237226174-
CMYK00.050.270.07
HSL49.52º63.64%80.59%-
HSV(B)49.52º26.58%92.94%-
XYZ69.7675.4550.93-
YUV223.36100.14137.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 226 (88.67% from 255) = 35.48%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=37.21%
G=35.48%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722617400.050.270.0749.5263.6480.59
HexEDE2AE051B7324051
Octal3553422560533762100121
Binary11101101111000101010111001011101111111001010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2AE; }

 p { color: rgb(237,226,174); }

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

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

 a { background-color: rgb(237,226,174); }

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

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

 span { border-color: rgb(237,226,174); }

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