#ECECAF

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

Shades of Medium Goldenrod #ECECAF

Tints of Medium Goldenrod #ECECAF

Color information

#ECECAF (or 0xECECAF) is unknown color: approx Medium Goldenrod. HEX triplet: EC, EC and AF. RGB value is (236,236,175). Sum of RGB (Red+Green+Blue) = 236+236+175=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECECAF is #131350. Grayscale: #E5E5E5. Windows color (decimal): -1250129 or 11529452. OLE color: 11529452.

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

Color convert

RGB236236175-
CMYK000.260.07
HSL60º61.62%80.59%-
HSV(B)60º25.85%92.55%-
XYZ72.3380.9252.36-
YUV229.0597.5132.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 236 (92.58% from 255) = 36.48%
BLUE value IS 175 (68.75% from 255) = 27.05%
R=36.48%
G=36.48%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236175000.260.076061.6280.59
HexECECAF001A73c3e51
Octal354354257003277476121
Binary11101100111011001010111100110101111111001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECAF; }

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

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

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

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

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

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

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

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