#EDAC68

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

Shades of Harvest Gold #EDAC68

Tints of Harvest Gold #EDAC68

Color information

#EDAC68 (or 0xEDAC68) is unknown color: approx Harvest Gold. HEX triplet: ED, AC and 68. RGB value is (237,172,104). Sum of RGB (Red+Green+Blue) = 237+172+104=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC68 is #125397. Grayscale: #B8B8B8. Windows color (decimal): -1201048 or 6860013. OLE color: 6860013.

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

Color convert

RGB237172104-
CMYK00.270.560.07
HSL30.68º78.7%66.86%-
HSV(B)30.68º56.12%92.94%-
XYZ52.1848.5119.71-
YUV183.6883.03166.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 104 (41.02% from 255) = 20.27%
R=46.20%
G=33.53%
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
Decimal23717210400.270.560.0730.6878.766.86
HexEDAC6801B3871f4f43
Octal35525415003370737117103
Binary111011011010110011010000110111110001111111110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC68; }

 p { color: rgb(237,172,104); }

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

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

 a { background-color: rgb(237,172,104); }

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

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

 span { border-color: rgb(237,172,104); }

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