#ECAD65

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

Shades of Harvest Gold #ECAD65

Tints of Harvest Gold #ECAD65

Color information

#ECAD65 (or 0xECAD65) is unknown color: approx Harvest Gold. HEX triplet: EC, AD and 65. RGB value is (236,173,101). Sum of RGB (Red+Green+Blue) = 236+173+101=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAD65 is #13529A. Grayscale: #B7B7B7. Windows color (decimal): -1266331 or 6663660. OLE color: 6663660.

HSL color Cylindrical-coordinate representation of color #ECAD65: hue angle of 32º 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 #ECAD65 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB236173101-
CMYK00.270.570.07
HSL32º78.03%66.08%-
HSV(B)32º57.2%92.55%-
XYZ51.8848.6618.97-
YUV183.6381.37165.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 101 (39.84% from 255) = 19.80%
R=46.27%
G=33.92%
B=19.80%

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
Decimal23617310100.270.570.073278.0366.08
HexECAD6501B397204e42
Octal35425514503371740116102
Binary1110110010101101110010101101111100111110000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAD65; }

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

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

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

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

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

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

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

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