#EDB675

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

Shades of Harvest Gold #EDB675

Tints of Harvest Gold #EDB675

Color information

#EDB675 (or 0xEDB675) is unknown color: approx Harvest Gold. HEX triplet: ED, B6 and 75. RGB value is (237,182,117). Sum of RGB (Red+Green+Blue) = 237+182+117=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB675 is #12498A. Grayscale: #BFBFBF. Windows color (decimal): -1198475 or 7714541. OLE color: 7714541.

HSL color Cylindrical-coordinate representation of color #EDB675: hue angle of 32.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB675 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237182117-
CMYK00.230.510.07
HSL32.5º76.92%69.41%-
HSV(B)32.5º50.63%92.94%-
XYZ54.8652.7424.12-
YUV191.0486.22160.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 117 (46.09% from 255) = 21.83%
R=44.22%
G=33.96%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718211700.230.510.0732.576.9269.41
HexEDB675017337204d45
Octal35526616502763740115105
Binary1110110110110110111010101011111001111110000010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB675; }

 p { color: rgb(237,182,117); }

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

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

 a { background-color: rgb(237,182,117); }

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

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

 span { border-color: rgb(237,182,117); }

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