Html Css Color HEX #EDBD6D Harvest Gold

📋 copy color: '#EDBD6D'

red 237 ◦ green 189 ◦ blue 109

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

Shades of Harvest Gold #EDBD6D

Tints of Harvest Gold #EDBD6D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.33%

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

R = 44.3%
G = 35.33%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDBD6D (or 0xEDBD6D) is known color: Harvest Gold. HEX triplet: ED, BD and 6D. RGB value is (237,189,109). Sum of RGB (Red+Green+Blue) = 237+189+109=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD6D is #124292. Grayscale: #C2C2C2. Windows color (decimal): -1196691 or 7192045. OLE color: 7192045.

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

Color convert

RGB 237 189 109 -
CMYK 0 0.20 0.54 0.07
HSL 37.5º 0.78% 0.68% -
HSV(B) 37.5º 0.54% 0.93% -
XYZ 55.88 55.5 22.24 -
YUV 194.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 237 189 109 0 0.20 0.54 0.07 37.5 0.78 0.68
Hex ED BD 6D 0 14 36 7 26 4E 44
Octal 355 275 155 0 24 66 7 46 116 104
Binary 11101101 10111101 1101101 0 10100 110110 111 100110 1001110 1000100

Color Harmonies of #EDBD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD6D

Black with #EDBD6D

Text Example


Text Example

White with #EDBD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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