#EDEBB6

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

Shades of Medium Goldenrod #EDEBB6

Tints of Medium Goldenrod #EDEBB6

Color information

#EDEBB6 (or 0xEDEBB6) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EB and B6. RGB value is (237,235,182). Sum of RGB (Red+Green+Blue) = 237+235+182=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBB6 is #121449. Grayscale: #E5E5E5. Windows color (decimal): -1184842 or 11987949. OLE color: 11987949.

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

Color convert

RGB237235182-
CMYK00.010.230.07
HSL57.82º60.44%82.16%-
HSV(B)57.82º23.21%92.94%-
XYZ73.0880.856-
YUV229.56101.16133.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 182 (71.48% from 255) = 27.83%
R=36.24%
G=35.93%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723518200.010.230.0757.8260.4482.16
HexEDEBB6011773a3c52
Octal355353266012777274122
Binary11101101111010111011011001101111111110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBB6; }

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

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

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

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

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

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

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

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