#EDB869

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

Shades of Harvest Gold #EDB869

Tints of Harvest Gold #EDB869

Color information

#EDB869 (or 0xEDB869) is unknown color: approx Harvest Gold. HEX triplet: ED, B8 and 69. RGB value is (237,184,105). Sum of RGB (Red+Green+Blue) = 237+184+105=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB869 is #124796. Grayscale: #BFBFBF. Windows color (decimal): -1197975 or 6928621. OLE color: 6928621.

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

Color convert

RGB237184105-
CMYK00.220.560.07
HSL35.91º78.57%67.06%-
HSV(B)35.91º55.7%92.94%-
XYZ54.6253.3120.78-
YUV190.8479.56160.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 105 (41.41% from 255) = 19.96%
R=45.06%
G=34.98%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718410500.220.560.0735.9178.5767.06
HexEDB869016387244f43
Octal35527015102670744117103
Binary1110110110111000110100101011011100011110010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB869; }

 p { color: rgb(237,184,105); }

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

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

 a { background-color: rgb(237,184,105); }

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

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

 span { border-color: rgb(237,184,105); }

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