#EDEAB8

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

Shades of Medium Goldenrod #EDEAB8

Tints of Medium Goldenrod #EDEAB8

Color information

#EDEAB8 (or 0xEDEAB8) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EA and B8. RGB value is (237,234,184). Sum of RGB (Red+Green+Blue) = 237+234+184=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 184 (72.27% from 255 or 28.09% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAB8 is #121547. Grayscale: #E5E5E5. Windows color (decimal): -1185096 or 12118765. OLE color: 12118765.

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

Color convert

RGB237234184-
CMYK00.010.220.07
HSL56.6º59.55%82.55%-
HSV(B)56.6º22.36%92.94%-
XYZ7380.3157-
YUV229.2102.49133.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 184 (72.27% from 255) = 28.09%
R=36.18%
G=35.73%
B=28.09%

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
Decimal23723418400.010.220.0756.659.5582.55
HexEDEAB801167393c53
Octal355352270012677174123
Binary11101101111010101011100001101101111110011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAB8; }

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

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

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

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

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

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

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

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