#ECEDA4

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

Shades of Medium Goldenrod #ECEDA4

Tints of Medium Goldenrod #ECEDA4

Color information

#ECEDA4 (or 0xECEDA4) is unknown color: approx Medium Goldenrod. HEX triplet: EC, ED and A4. RGB value is (236,237,164). Sum of RGB (Red+Green+Blue) = 236+237+164=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDA4 is #13125B. Grayscale: #E4E4E4. Windows color (decimal): -1249884 or 10808812. OLE color: 10808812.

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

Color convert

RGB236237164-
CMYK0.0000.310.07
HSL60.82º66.97%78.63%-
HSV(B)60.82º30.8%92.94%-
XYZ71.5881.0847-
YUV228.3891.67133.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 164 (64.45% from 255) = 25.75%
R=37.05%
G=37.21%
B=25.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371640.0000.310.0760.8266.9778.63
HexECEDA4001F73d434f
Octal3543552440037775103117
Binary111011001110110110100100001111111111110110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDA4; }

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

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

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

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

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

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

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

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