#EDB472

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

Shades of Harvest Gold #EDB472

Tints of Harvest Gold #EDB472

Color information

#EDB472 (or 0xEDB472) is unknown color: approx Harvest Gold. HEX triplet: ED, B4 and 72. RGB value is (237,180,114). Sum of RGB (Red+Green+Blue) = 237+180+114=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB472 is #124B8D. Grayscale: #BDBDBD. Windows color (decimal): -1198990 or 7517421. OLE color: 7517421.

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

Color convert

RGB237180114-
CMYK00.240.520.07
HSL32.2º77.36%68.82%-
HSV(B)32.2º51.9%92.94%-
XYZ54.2851.8623.07-
YUV189.5285.38161.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=44.63%
G=33.90%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718011400.240.520.0732.277.3668.82
HexEDB472018347204d45
Octal35526416203064740115105
Binary1110110110110100111001001100011010011110000010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB472; }

 p { color: rgb(237,180,114); }

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

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

 a { background-color: rgb(237,180,114); }

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

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

 span { border-color: rgb(237,180,114); }

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