Html Css Color HEX #EDBA73 Harvest Gold

📋 copy color: '#EDBA73'

red 237 ◦ green 186 ◦ blue 115

#EDBA73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #EDBA73

Tints of Harvest Gold #EDBA73

RGB

 RED value IS 237 (92.97% from 255) = 44.05%

 GREEN value IS 186 (73.05% from 255) = 34.57%

 BLUE value IS 115 (45.31% from 255) = 21.38%

R = 44.05%
G = 34.57%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDBA73 (or 0xEDBA73) is known color: Harvest Gold. HEX triplet: ED, BA and 73. RGB value is (237,186,115). Sum of RGB (Red+Green+Blue) = 237+186+115=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA73 is #12458C. Grayscale: #C1C1C1. Windows color (decimal): -1197453 or 7584493. OLE color: 7584493.

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

Color convert

RGB 237 186 115 -
CMYK 0 0.22 0.51 0.07
HSL 34.92º 0.77% 0.69% -
HSV(B) 34.92º 0.51% 0.93% -
XYZ 55.58 54.36 23.78 -
YUV 193.16 83.9 159.27 -
System Red Green Blue C M Y K H S L
Decimal 237 186 115 0 0.22 0.51 0.07 34.92 0.77 0.69
Hex ED BA 73 0 16 33 7 23 4D 45
Octal 355 272 163 0 26 63 7 43 115 105
Binary 11101101 10111010 1110011 0 10110 110011 111 100011 1001101 1000101

Color Harmonies of #EDBA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA73

Black with #EDBA73

Text Example


Text Example

White with #EDBA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA73; }

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

 H1.HeaderClassName
 {
   color: #EDBA73;
 }
 .AnyTagClassName
 {
   color: #EDBA73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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