#EDEABB

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

Shades of Medium Goldenrod #EDEABB

Tints of Medium Goldenrod #EDEABB

Color information

#EDEABB (or 0xEDEABB) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EA and BB. RGB value is (237,234,187). Sum of RGB (Red+Green+Blue) = 237+234+187=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEABB is #121544. Grayscale: #E5E5E5. Windows color (decimal): -1185093 or 12315373. OLE color: 12315373.

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

Color convert

RGB237234187-
CMYK00.010.210.07
HSL56.4º58.14%83.14%-
HSV(B)56.4º21.1%92.94%-
XYZ73.3280.4458.68-
YUV229.54103.99133.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 234 (91.80% from 255) = 35.56%
BLUE value IS 187 (73.44% from 255) = 28.42%
R=36.02%
G=35.56%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723418700.010.210.0756.458.1483.14
HexEDEABB01157383a53
Octal355352273012577072123
Binary11101101111010101011101101101011111110001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEABB; }

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

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

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

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

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

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

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

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