#EDC172

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

Shades of Harvest Gold #EDC172

Tints of Harvest Gold #EDC172

Color information

#EDC172 (or 0xEDC172) is unknown color: approx Harvest Gold. HEX triplet: ED, C1 and 72. RGB value is (237,193,114). Sum of RGB (Red+Green+Blue) = 237+193+114=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC172 is #123E8D. Grayscale: #C5C5C5. Windows color (decimal): -1195662 or 7520749. OLE color: 7520749.

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

Color convert

RGB237193114-
CMYK00.190.520.07
HSL38.54º77.36%68.82%-
HSV(B)38.54º51.9%92.94%-
XYZ57.0357.3623.99-
YUV197.1581.08156.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 114 (44.92% from 255) = 20.96%
R=43.57%
G=35.48%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719311400.190.520.0738.5477.3668.82
HexEDC172013347274d45
Octal35530116202364747115105
Binary1110110111000001111001001001111010011110011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC172; }

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

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

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

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

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

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

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

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