#EDECAA

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

Shades of Medium Goldenrod #EDECAA

Tints of Medium Goldenrod #EDECAA

Color information

#EDECAA (or 0xEDECAA) is unknown color: approx Medium Goldenrod. HEX triplet: ED, EC and AA. RGB value is (237,236,170). Sum of RGB (Red+Green+Blue) = 237+236+170=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECAA is #121355. Grayscale: #E5E5E5. Windows color (decimal): -1184598 or 11201773. OLE color: 11201773.

HSL color Cylindrical-coordinate representation of color #EDECAA: hue angle of 59.1º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDECAA is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237236170-
CMYK00.000.280.07
HSL59.1º65.05%79.8%-
HSV(B)59.1º28.27%92.94%-
XYZ72.1880.949.84-
YUV228.7794.83133.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 236 (92.58% from 255) = 36.70%
BLUE value IS 170 (66.80% from 255) = 26.44%
R=36.86%
G=36.70%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723617000.000.280.0759.165.0579.8
HexEDECAA001C73b4150
Octal3553542520034773101120
Binary111011011110110010101010001110011111101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECAA; }

 p { color: rgb(237,236,170); }

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

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

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

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

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

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

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