#ECEDAC

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

Shades of Medium Goldenrod #ECEDAC

Tints of Medium Goldenrod #ECEDAC

Color information

#ECEDAC (or 0xECEDAC) is unknown color: approx Medium Goldenrod. HEX triplet: EC, ED and AC. RGB value is (236,237,172). Sum of RGB (Red+Green+Blue) = 236+237+172=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDAC is #131253. Grayscale: #E5E5E5. Windows color (decimal): -1249876 or 11333100. OLE color: 11333100.

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

Color convert

RGB236237172-
CMYK0.0000.270.07
HSL60.92º64.36%80.2%-
HSV(B)60.92º27.43%92.94%-
XYZ72.3281.3850.93-
YUV229.2995.67132.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 172 (67.58% from 255) = 26.67%
R=36.59%
G=36.74%
B=26.67%

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
Decimal2362371720.0000.270.0760.9264.3680.2
HexECEDAC001B73d4050
Octal3543552540033775100120
Binary111011001110110110101100001101111111110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDAC; }

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

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

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

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

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

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

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

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