#EDEBBA

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

Shades of Medium Goldenrod #EDEBBA

Tints of Medium Goldenrod #EDEBBA

Color information

#EDEBBA (or 0xEDEBBA) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EB and BA. RGB value is (237,235,186). Sum of RGB (Red+Green+Blue) = 237+235+186=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBBA is #121445. Grayscale: #E6E6E6. Windows color (decimal): -1184838 or 12250093. OLE color: 12250093.

HSL color Cylindrical-coordinate representation of color #EDEBBA: hue angle of 57.65º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDEBBA is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237235186-
CMYK00.010.220.07
HSL57.65º58.62%82.94%-
HSV(B)57.65º21.52%92.94%-
XYZ73.580.9758.21-
YUV230.01103.16132.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 186 (73.05% from 255) = 28.27%
R=36.02%
G=35.71%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723518600.010.220.0757.6558.6282.94
HexEDEBBA011673a3b53
Octal355353272012677273123
Binary11101101111010111011101001101101111110101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBBA; }

 p { color: rgb(237,235,186); }

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

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

 a { background-color: rgb(237,235,186); }

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

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

 span { border-color: rgb(237,235,186); }

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