#EDE5B5

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

Shades of Pale Goldenrod #EDE5B5

Tints of Pale Goldenrod #EDE5B5

Color information

#EDE5B5 (or 0xEDE5B5) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E5 and B5. RGB value is (237,229,181). Sum of RGB (Red+Green+Blue) = 237+229+181=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 181 (71.09% from 255 or 27.98% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5B5 is #121A4A. Grayscale: #E2E2E2. Windows color (decimal): -1186379 or 11920877. OLE color: 11920877.

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

Color convert

RGB237229181-
CMYK00.030.240.07
HSL51.43º60.87%81.96%-
HSV(B)51.43º23.63%92.94%-
XYZ71.2877.3854.89-
YUV225.92102.65135.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 229 (89.84% from 255) = 35.39%
BLUE value IS 181 (71.09% from 255) = 27.98%
R=36.63%
G=35.39%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722918100.030.240.0751.4360.8781.96
HexEDE5B503187333d52
Octal355345265033076375122
Binary111011011110010110110101011110001111100111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5B5; }

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

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

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

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

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

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

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

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