#edb16f

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

Shades of Harvest Gold #EDB16F

Tints of Harvest Gold #EDB16F

Color information

#EDB16F (or 0xEDB16F) is unknown color: approx Harvest Gold. HEX triplet: ED, B1 and 6F. RGB value is (237,177,111). Sum of RGB (Red+Green+Blue) = 237+177+111=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB16F is #124E90. Grayscale: #BBBBBB. Windows color (decimal): -1199761 or 7320045. OLE color: 7320045.

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

Color convert

RGB237177111-
CMYK00.250.530.07
HSL31.43º77.78%68.24%-
HSV(B)31.43º53.16%92.94%-
XYZ53.5250.621.98-
YUV187.4284.88163.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 111 (43.75% from 255) = 21.14%
R=45.14%
G=33.71%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717711100.250.530.0731.4377.7868.24
HexEDB16F0193571f4e44
Octal35526115703165737116104
Binary111011011011000111011110110011101011111111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edb16f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edb16f; }

 p { color: rgb(237,177,111); }

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

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

 a { background-color: rgb(237,177,111); }

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

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

 span { border-color: rgb(237,177,111); }

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