#EDBA70

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

Shades of Harvest Gold #EDBA70

Tints of Harvest Gold #EDBA70

Color information

#EDBA70 (or 0xEDBA70) is unknown color: approx Harvest Gold. HEX triplet: ED, BA and 70. RGB value is (237,186,112). Sum of RGB (Red+Green+Blue) = 237+186+112=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA70 is #12458F. Grayscale: #C1C1C1. Windows color (decimal): -1197456 or 7387885. OLE color: 7387885.

HSL color Cylindrical-coordinate representation of color #EDBA70: hue angle of 35.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDBA70 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237186112-
CMYK00.220.530.07
HSL35.52º77.64%68.43%-
HSV(B)35.52º52.74%92.94%-
XYZ55.4154.2922.89-
YUV192.8182.4159.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 112 (44.14% from 255) = 20.93%
R=44.30%
G=34.77%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718611200.220.530.0735.5277.6468.43
HexEDBA70016357244e44
Octal35527216002665744116104
Binary1110110110111010111000001011011010111110010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA70; }

 p { color: rgb(237,186,112); }

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

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

 a { background-color: rgb(237,186,112); }

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

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

 span { border-color: rgb(237,186,112); }

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