#EDBF6B

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

Shades of Harvest Gold #EDBF6B

Tints of Harvest Gold #EDBF6B

Color information

#EDBF6B (or 0xEDBF6B) is unknown color: approx Harvest Gold. HEX triplet: ED, BF and 6B. RGB value is (237,191,107). Sum of RGB (Red+Green+Blue) = 237+191+107=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF6B is #124094. Grayscale: #C3C3C3. Windows color (decimal): -1196181 or 7061485. OLE color: 7061485.

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

Color convert

RGB237191107-
CMYK00.190.550.07
HSL38.77º78.31%67.45%-
HSV(B)38.77º54.85%92.94%-
XYZ56.2156.3321.82-
YUV195.1878.24157.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 107 (42.19% from 255) = 20%
R=44.30%
G=35.70%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719110700.190.550.0738.7778.3167.45
HexEDBF6B013377274e43
Octal35527715302367747116103
Binary1110110110111111110101101001111011111110011110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF6B; }

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

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

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

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

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

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

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

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