#EDAC6A

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

Shades of Harvest Gold #EDAC6A

Tints of Harvest Gold #EDAC6A

Color information

#EDAC6A (or 0xEDAC6A) is unknown color: approx Harvest Gold. HEX triplet: ED, AC and 6A. RGB value is (237,172,106). Sum of RGB (Red+Green+Blue) = 237+172+106=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC6A is #125395. Grayscale: #B8B8B8. Windows color (decimal): -1201046 or 6991085. OLE color: 6991085.

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

Color convert

RGB237172106-
CMYK00.270.550.07
HSL30.23º78.44%67.25%-
HSV(B)30.23º55.27%92.94%-
XYZ52.2848.5520.25-
YUV183.9184.03165.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 106 (41.80% from 255) = 20.58%
R=46.02%
G=33.40%
B=20.58%

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
Decimal23717210600.270.550.0730.2378.4467.25
HexEDAC6A01B3771e4e43
Octal35525415203367736116103
Binary111011011010110011010100110111101111111111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC6A; }

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

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

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

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

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

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

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

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