#ECAD68

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

Shades of Harvest Gold #ECAD68

Tints of Harvest Gold #ECAD68

Color information

#ECAD68 (or 0xECAD68) is unknown color: approx Harvest Gold. HEX triplet: EC, AD and 68. RGB value is (236,173,104). Sum of RGB (Red+Green+Blue) = 236+173+104=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAD68 is #135297. Grayscale: #B8B8B8. Windows color (decimal): -1266328 or 6860268. OLE color: 6860268.

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

Color convert

RGB236173104-
CMYK00.270.560.07
HSL31.36º77.65%66.67%-
HSV(B)31.36º55.93%92.55%-
XYZ52.0348.7219.76-
YUV183.9782.87165.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 104 (41.02% from 255) = 20.27%
R=46.00%
G=33.72%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617310400.270.560.0731.3677.6566.67
HexECAD6801B3871f4e43
Octal35425515003370737116103
Binary111011001010110111010000110111110001111111110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAD68; }

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

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

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

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

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

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

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

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