#ECEDAE

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

Shades of Medium Goldenrod #ECEDAE

Tints of Medium Goldenrod #ECEDAE

Color information

#ECEDAE (or 0xECEDAE) is unknown color: approx Medium Goldenrod. HEX triplet: EC, ED and AE. RGB value is (236,237,174). Sum of RGB (Red+Green+Blue) = 236+237+174=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDAE is #131251. Grayscale: #E5E5E5. Windows color (decimal): -1249874 or 11464172. OLE color: 11464172.

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

Color convert

RGB236237174-
CMYK0.0000.270.07
HSL60.95º63.64%80.59%-
HSV(B)60.95º26.58%92.94%-
XYZ72.5281.4651.95-
YUV229.5296.67132.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 237 (92.97% from 255) = 36.63%
BLUE value IS 174 (68.36% from 255) = 26.89%
R=36.48%
G=36.63%
B=26.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371740.0000.270.0760.9563.6480.59
HexECEDAE001B73d4051
Octal3543552560033775100121
Binary111011001110110110101110001101111111110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDAE; }

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

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

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

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

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

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

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

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