#EDAD69

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

Shades of Harvest Gold #EDAD69

Tints of Harvest Gold #EDAD69

Color information

#EDAD69 (or 0xEDAD69) is unknown color: approx Harvest Gold. HEX triplet: ED, AD and 69. RGB value is (237,173,105). Sum of RGB (Red+Green+Blue) = 237+173+105=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD69 is #125296. Grayscale: #B8B8B8. Windows color (decimal): -1200791 or 6925805. OLE color: 6925805.

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

Color convert

RGB237173105-
CMYK00.270.560.07
HSL30.91º78.57%67.06%-
HSV(B)30.91º55.7%92.94%-
XYZ52.4248.9120.04-
YUV184.3883.2165.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 105 (41.41% from 255) = 20.39%
R=46.02%
G=33.59%
B=20.39%

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
Decimal23717310500.270.560.0730.9178.5767.06
HexEDAD6901B3871f4f43
Octal35525515103370737117103
Binary111011011010110111010010110111110001111111110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD69; }

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

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

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

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

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

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

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

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