#EDE8BA

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

Shades of Medium Goldenrod #EDE8BA

Tints of Medium Goldenrod #EDE8BA

Color information

#EDE8BA (or 0xEDE8BA) is unknown color: approx Medium Goldenrod. HEX triplet: ED, E8 and BA. RGB value is (237,232,186). Sum of RGB (Red+Green+Blue) = 237+232+186=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8BA is #121745. Grayscale: #E4E4E4. Windows color (decimal): -1185606 or 12249325. OLE color: 12249325.

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

Color convert

RGB237232186-
CMYK00.020.220.07
HSL54.12º58.62%82.94%-
HSV(B)54.12º21.52%92.94%-
XYZ72.6479.2657.92-
YUV228.25104.16134.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 232 (91.02% from 255) = 35.42%
BLUE value IS 186 (73.05% from 255) = 28.40%
R=36.18%
G=35.42%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723218600.020.220.0754.1258.6282.94
HexEDE8BA02167363b53
Octal355350272022676673123
Binary111011011110100010111010010101101111101101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8BA; }

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

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

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

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

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

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

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

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