#ECECAD

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

Shades of Medium Goldenrod #ECECAD

Tints of Medium Goldenrod #ECECAD

Color information

#ECECAD (or 0xECECAD) is unknown color: approx Medium Goldenrod. HEX triplet: EC, EC and AD. RGB value is (236,236,173). Sum of RGB (Red+Green+Blue) = 236+236+173=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECECAD is #131352. Grayscale: #E5E5E5. Windows color (decimal): -1250131 or 11398380. OLE color: 11398380.

HSL color Cylindrical-coordinate representation of color #ECECAD: 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.27%. Process color model (Four color, CMYK) of #ECECAD is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB236236173-
CMYK000.270.07
HSL60º62.38%80.2%-
HSV(B)60º26.69%92.55%-
XYZ72.1380.8451.34-
YUV228.8296.5133.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 173 (67.97% from 255) = 26.82%
R=36.59%
G=36.59%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236173000.270.076062.3880.2
HexECECAD001B73c3e50
Octal354354255003377476120
Binary11101100111011001010110100110111111111001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECAD; }

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

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

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

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

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

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

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

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