#EDBD6B

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

Shades of Harvest Gold #EDBD6B

Tints of Harvest Gold #EDBD6B

Color information

#EDBD6B (or 0xEDBD6B) is unknown color: approx Harvest Gold. HEX triplet: ED, BD and 6B. RGB value is (237,189,107). Sum of RGB (Red+Green+Blue) = 237+189+107=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD6B is #124294. Grayscale: #C2C2C2. Windows color (decimal): -1196693 or 7060973. OLE color: 7060973.

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

Color convert

RGB237189107-
CMYK00.200.550.07
HSL37.85º78.31%67.45%-
HSV(B)37.85º54.85%92.94%-
XYZ55.7855.4621.68-
YUV19478.9158.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 107 (42.19% from 255) = 20.08%
R=44.47%
G=35.46%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718910700.200.550.0737.8578.3167.45
HexEDBD6B014377264e43
Octal35527515302467746116103
Binary1110110110111101110101101010011011111110011010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD6B; }

 p { color: rgb(237,189,107); }

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

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

 a { background-color: rgb(237,189,107); }

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

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

 span { border-color: rgb(237,189,107); }

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