#ECECAE

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

Shades of Medium Goldenrod #ECECAE

Tints of Medium Goldenrod #ECECAE

Color information

#ECECAE (or 0xECECAE) is unknown color: approx Medium Goldenrod. HEX triplet: EC, EC and AE. RGB value is (236,236,174). Sum of RGB (Red+Green+Blue) = 236+236+174=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECECAE is #131351. Grayscale: #E5E5E5. Windows color (decimal): -1250130 or 11463916. OLE color: 11463916.

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

Color convert

RGB236236174-
CMYK000.260.07
HSL60º62%80.39%-
HSV(B)60º26.27%92.55%-
XYZ72.2380.8851.85-
YUV228.9397133.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 236 (92.58% from 255) = 36.53%
BLUE value IS 174 (68.36% from 255) = 26.93%
R=36.53%
G=36.53%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236174000.260.07606280.39
HexECECAE001A73c3e50
Octal354354256003277476120
Binary11101100111011001010111000110101111111001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECAE; }

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

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

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

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

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

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

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

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