Html Css Color HEX #EDBA6D Harvest Gold

📋 copy color: '#EDBA6D'

red 237 ◦ green 186 ◦ blue 109

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

Shades of Harvest Gold #EDBA6D

Tints of Harvest Gold #EDBA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.49%

R = 44.55%
G = 34.96%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDBA6D (or 0xEDBA6D) is known color: Harvest Gold. HEX triplet: ED, BA and 6D. RGB value is (237,186,109). Sum of RGB (Red+Green+Blue) = 237+186+109=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA6D is #124592. Grayscale: #C0C0C0. Windows color (decimal): -1197459 or 7191277. OLE color: 7191277.

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

Color convert

RGB 237 186 109 -
CMYK 0 0.22 0.54 0.07
HSL 36.09º 0.78% 0.68% -
HSV(B) 36.09º 0.54% 0.93% -
XYZ 55.24 54.23 22.02 -
YUV 192.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 237 186 109 0 0.22 0.54 0.07 36.09 0.78 0.68
Hex ED BA 6D 0 16 36 7 24 4E 44
Octal 355 272 155 0 26 66 7 44 116 104
Binary 11101101 10111010 1101101 0 10110 110110 111 100100 1001110 1000100

Color Harmonies of #EDBA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA6D

Black with #EDBA6D

Text Example


Text Example

White with #EDBA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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