#EDB673

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

Shades of Harvest Gold #EDB673

Tints of Harvest Gold #EDB673

Color information

#EDB673 (or 0xEDB673) is unknown color: approx Harvest Gold. HEX triplet: ED, B6 and 73. RGB value is (237,182,115). Sum of RGB (Red+Green+Blue) = 237+182+115=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB673 is #12498C. Grayscale: #BFBFBF. Windows color (decimal): -1198477 or 7583469. OLE color: 7583469.

HSL color Cylindrical-coordinate representation of color #EDB673: hue angle of 32.95º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB673 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237182115-
CMYK00.230.510.07
HSL32.95º77.22%69.02%-
HSV(B)32.95º51.48%92.94%-
XYZ54.7552.723.51-
YUV190.8185.22160.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 115 (45.31% from 255) = 21.54%
R=44.38%
G=34.08%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718211500.230.510.0732.9577.2269.02
HexEDB673017337214d45
Octal35526616302763741115105
Binary1110110110110110111001101011111001111110000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB673; }

 p { color: rgb(237,182,115); }

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

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

 a { background-color: rgb(237,182,115); }

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

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

 span { border-color: rgb(237,182,115); }

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