#EDAD6A

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

Shades of Harvest Gold #EDAD6A

Tints of Harvest Gold #EDAD6A

Color information

#EDAD6A (or 0xEDAD6A) is unknown color: approx Harvest Gold. HEX triplet: ED, AD and 6A. RGB value is (237,173,106). Sum of RGB (Red+Green+Blue) = 237+173+106=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD6A is #125295. Grayscale: #B8B8B8. Windows color (decimal): -1200790 or 6991341. OLE color: 6991341.

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

Color convert

RGB237173106-
CMYK00.270.550.07
HSL30.69º78.44%67.25%-
HSV(B)30.69º55.27%92.94%-
XYZ52.4748.9320.32-
YUV184.583.7165.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 106 (41.80% from 255) = 20.54%
R=45.93%
G=33.53%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717310600.270.550.0730.6978.4467.25
HexEDAD6A01B3771f4e43
Octal35525515203367737116103
Binary111011011010110111010100110111101111111111110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD6A; }

 p { color: rgb(237,173,106); }

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

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

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

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

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

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

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