#ECAD66

Color #ECAD66 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #ECAD66

Tints of Harvest Gold #ECAD66

Color information

#ECAD66 (or 0xECAD66) is unknown color: approx Harvest Gold. HEX triplet: EC, AD and 66. RGB value is (236,173,102). Sum of RGB (Red+Green+Blue) = 236+173+102=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAD66 is #135299. Grayscale: #B8B8B8. Windows color (decimal): -1266330 or 6729196. OLE color: 6729196.

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

Color convert

RGB236173102-
CMYK00.270.570.07
HSL31.79º77.91%66.27%-
HSV(B)31.79º56.78%92.55%-
XYZ51.9348.6819.23-
YUV183.7481.87165.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 102 (40.23% from 255) = 19.96%
R=46.18%
G=33.86%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617310200.270.570.0731.7977.9166.27
HexECAD6601B397204e42
Octal35425514603371740116102
Binary1110110010101101110011001101111100111110000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAD66; }

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

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

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

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

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

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

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

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