#EDB96C

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

Shades of Harvest Gold #EDB96C

Tints of Harvest Gold #EDB96C

Color information

#EDB96C (or 0xEDB96C) is unknown color: approx Harvest Gold. HEX triplet: ED, B9 and 6C. RGB value is (237,185,108). Sum of RGB (Red+Green+Blue) = 237+185+108=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB96C is #124693. Grayscale: #C0C0C0. Windows color (decimal): -1197716 or 7125485. OLE color: 7125485.

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

Color convert

RGB237185108-
CMYK00.220.540.07
HSL35.81º78.18%67.65%-
HSV(B)35.81º54.43%92.94%-
XYZ54.9853.7921.67-
YUV191.7780.73160.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 108 (42.58% from 255) = 20.38%
R=44.72%
G=34.91%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718510800.220.540.0735.8178.1867.65
HexEDB96C016367244e44
Octal35527115402666744116104
Binary1110110110111001110110001011011011011110010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB96C; }

 p { color: rgb(237,185,108); }

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

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

 a { background-color: rgb(237,185,108); }

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

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

 span { border-color: rgb(237,185,108); }

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