#EDEAB4

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

Shades of Medium Goldenrod #EDEAB4

Tints of Medium Goldenrod #EDEAB4

Color information

#EDEAB4 (or 0xEDEAB4) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EA and B4. RGB value is (237,234,180). Sum of RGB (Red+Green+Blue) = 237+234+180=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 180 (70.70% from 255 or 27.65% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAB4 is #12154B. Grayscale: #E4E4E4. Windows color (decimal): -1185100 or 11856621. OLE color: 11856621.

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

Color convert

RGB237234180-
CMYK00.010.240.07
HSL56.84º61.29%81.76%-
HSV(B)56.84º24.05%92.94%-
XYZ72.5980.1554.82-
YUV228.74100.49133.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 234 (91.80% from 255) = 35.94%
BLUE value IS 180 (70.70% from 255) = 27.65%
R=36.41%
G=35.94%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723418000.010.240.0756.8461.2981.76
HexEDEAB401187393d52
Octal355352264013077175122
Binary11101101111010101011010001110001111110011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAB4; }

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

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

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

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

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

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

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

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