#EDEBAB

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

Shades of Medium Goldenrod #EDEBAB

Tints of Medium Goldenrod #EDEBAB

Color information

#EDEBAB (or 0xEDEBAB) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EB and AB. RGB value is (237,235,171). Sum of RGB (Red+Green+Blue) = 237+235+171=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBAB is #121454. Grayscale: #E4E4E4. Windows color (decimal): -1184853 or 11267053. OLE color: 11267053.

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

Color convert

RGB237235171-
CMYK00.010.280.07
HSL58.18º64.71%80%-
HSV(B)58.18º27.85%92.94%-
XYZ71.9880.3650.25-
YUV228.395.66134.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 171 (67.19% from 255) = 26.59%
R=36.86%
G=36.55%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723517100.010.280.0758.1864.7180
HexEDEBAB011C73a4150
Octal3553532530134772101120
Binary111011011110101110101011011110011111101010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBAB; }

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

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

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

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

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

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

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

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