#EDEDB8

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

Shades of Medium Goldenrod #EDEDB8

Tints of Medium Goldenrod #EDEDB8

Color information

#EDEDB8 (or 0xEDEDB8) is unknown color: approx Medium Goldenrod. HEX triplet: ED, ED and B8. RGB value is (237,237,184). Sum of RGB (Red+Green+Blue) = 237+237+184=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 184 (72.27% from 255 or 27.96% from 658); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDB8 is #121247. Grayscale: #E7E7E7. Windows color (decimal): -1184328 or 12119533. OLE color: 12119533.

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

Color convert

RGB237237184-
CMYK000.220.07
HSL60º59.55%82.55%-
HSV(B)60º22.36%92.94%-
XYZ73.8682.0357.29-
YUV230.96101.5132.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 184 (72.27% from 255) = 27.96%
R=36.02%
G=36.02%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237184000.220.076059.5582.55
HexEDEDB8001673c3c53
Octal355355270002677474123
Binary11101101111011011011100000101101111111001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDB8; }

 p { color: rgb(237,237,184); }

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

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

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

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

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

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

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