#EDB271

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

Shades of Harvest Gold #EDB271

Tints of Harvest Gold #EDB271

Color information

#EDB271 (or 0xEDB271) is unknown color: approx Harvest Gold. HEX triplet: ED, B2 and 71. RGB value is (237,178,113). Sum of RGB (Red+Green+Blue) = 237+178+113=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB271 is #124D8E. Grayscale: #BCBCBC. Windows color (decimal): -1199503 or 7451373. OLE color: 7451373.

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

Color convert

RGB237178113-
CMYK00.250.520.07
HSL31.45º77.5%68.63%-
HSV(B)31.45º52.32%92.94%-
XYZ53.8351.0422.64-
YUV188.2385.55162.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=44.89%
G=33.71%
B=21.40%

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
Decimal23717811300.250.520.0731.4577.568.63
HexEDB2710193471f4e45
Octal35526216103164737116105
Binary111011011011001011100010110011101001111111110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB271; }

 p { color: rgb(237,178,113); }

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

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

 a { background-color: rgb(237,178,113); }

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

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

 span { border-color: rgb(237,178,113); }

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