#EDE3AE

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

Shades of Pale Goldenrod #EDE3AE

Tints of Pale Goldenrod #EDE3AE

Color information

#EDE3AE (or 0xEDE3AE) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E3 and AE. RGB value is (237,227,174). Sum of RGB (Red+Green+Blue) = 237+227+174=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE3AE is #121C51. Grayscale: #E0E0E0. Windows color (decimal): -1186898 or 11461613. OLE color: 11461613.

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

Color convert

RGB237227174-
CMYK00.040.270.07
HSL50.48º63.64%80.59%-
HSV(B)50.48º26.58%92.94%-
XYZ70.037651.02-
YUV223.9599.81137.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 227 (89.06% from 255) = 35.58%
BLUE value IS 174 (68.36% from 255) = 27.27%
R=37.15%
G=35.58%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722717400.040.270.0750.4863.6480.59
HexEDE3AE041B7324051
Octal3553432560433762100121
Binary11101101111000111010111001001101111111001010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3AE; }

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

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

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

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

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

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

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

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