#EDE5B1

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

Shades of Pale Goldenrod #EDE5B1

Tints of Pale Goldenrod #EDE5B1

Color information

#EDE5B1 (or 0xEDE5B1) is unknown color: approx Pale Goldenrod. HEX triplet: ED, E5 and B1. RGB value is (237,229,177). Sum of RGB (Red+Green+Blue) = 237+229+177=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 177 (69.53% from 255 or 27.53% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE5B1 is #121A4E. Grayscale: #E1E1E1. Windows color (decimal): -1186383 or 11658733. OLE color: 11658733.

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

Color convert

RGB237229177-
CMYK00.030.250.07
HSL52º62.5%81.18%-
HSV(B)52º25.32%92.94%-
XYZ70.8877.2252.76-
YUV225.46100.65136.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 229 (89.84% from 255) = 35.61%
BLUE value IS 177 (69.53% from 255) = 27.53%
R=36.86%
G=35.61%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722917700.030.250.075262.581.18
HexEDE5B103197343e51
Octal355345261033176476121
Binary111011011110010110110001011110011111101001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5B1; }

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

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

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

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

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

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

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

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