Html Css Color HEX #EDBA74 Harvest Gold

📋 copy color: '#EDBA74'

red 237 ◦ green 186 ◦ blue 116

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

Shades of Harvest Gold #EDBA74

Tints of Harvest Gold #EDBA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.52%

R = 43.97%
G = 34.51%
B = 21.52%

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

#EDBA74 (or 0xEDBA74) is known color: Harvest Gold. HEX triplet: ED, BA and 74. RGB value is (237,186,116). Sum of RGB (Red+Green+Blue) = 237+186+116=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA74 is #12458B. Grayscale: #C1C1C1. Windows color (decimal): -1197452 or 7650029. OLE color: 7650029.

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

Color convert

RGB 237 186 116 -
CMYK 0 0.22 0.51 0.07
HSL 34.71º 0.77% 0.69% -
HSV(B) 34.71º 0.51% 0.93% -
XYZ 55.64 54.38 24.09 -
YUV 193.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 237 186 116 0 0.22 0.51 0.07 34.71 0.77 0.69
Hex ED BA 74 0 16 33 7 23 4D 45
Octal 355 272 164 0 26 63 7 43 115 105
Binary 11101101 10111010 1110100 0 10110 110011 111 100011 1001101 1000101

Color Harmonies of #EDBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA74

Black with #EDBA74

Text Example


Text Example

White with #EDBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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