#ECECA5

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

Shades of Medium Goldenrod #ECECA5

Tints of Medium Goldenrod #ECECA5

Color information

#ECECA5 (or 0xECECA5) is unknown color: approx Medium Goldenrod. HEX triplet: EC, EC and A5. RGB value is (236,236,165). Sum of RGB (Red+Green+Blue) = 236+236+165=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 165 (64.84% from 255 or 25.90% from 637); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECECA5 is #13135A. Grayscale: #E4E4E4. Windows color (decimal): -1250139 or 10874092. OLE color: 10874092.

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

Color convert

RGB236236165-
CMYK000.300.07
HSL60º65.14%78.63%-
HSV(B)60º30.08%92.55%-
XYZ71.3880.5447.38-
YUV227.9192.5133.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 165 (64.84% from 255) = 25.90%
R=37.05%
G=37.05%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236165000.300.076065.1478.63
HexECECA5001E73c414f
Octal3543542450036774101117
Binary111011001110110010100101001111011111110010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECA5; }

 p { color: rgb(236,236,165); }

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

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

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

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

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

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

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