#EDB172

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

Shades of Harvest Gold #EDB172

Tints of Harvest Gold #EDB172

Color information

#EDB172 (or 0xEDB172) is unknown color: approx Harvest Gold. HEX triplet: ED, B1 and 72. RGB value is (237,177,114). Sum of RGB (Red+Green+Blue) = 237+177+114=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB172 is #124E8D. Grayscale: #BCBCBC. Windows color (decimal): -1199758 or 7516653. OLE color: 7516653.

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

Color convert

RGB237177114-
CMYK00.250.520.07
HSL30.73º77.36%68.82%-
HSV(B)30.73º51.9%92.94%-
XYZ53.6850.6622.87-
YUV187.7686.38163.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 114 (44.92% from 255) = 21.59%
R=44.89%
G=33.52%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717711400.250.520.0730.7377.3668.82
HexEDB1720193471f4d45
Octal35526116203164737115105
Binary111011011011000111100100110011101001111111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB172; }

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

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

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

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

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

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

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

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