Html Css Color HEX #EDB961 Harvest Gold

📋 copy color: '#EDB961'

red 237 ◦ green 185 ◦ blue 97

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

Shades of Harvest Gold #EDB961

Tints of Harvest Gold #EDB961

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.65%

 BLUE value IS 97 (38.28% from 255) = 18.69%

R = 45.66%
G = 35.65%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDB961 (or 0xEDB961) is known color: Harvest Gold. HEX triplet: ED, B9 and 61. RGB value is (237,185,97). Sum of RGB (Red+Green+Blue) = 237+185+97=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB961 is #12469E. Grayscale: #BEBEBE. Windows color (decimal): -1197727 or 6404589. OLE color: 6404589.

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

Color convert

RGB 237 185 97 -
CMYK 0 0.22 0.59 0.07
HSL 37.71º 0.8% 0.65% -
HSV(B) 37.71º 0.59% 0.93% -
XYZ 54.43 53.57 18.78 -
YUV 190.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 237 185 97 0 0.22 0.59 0.07 37.71 0.8 0.65
Hex ED B9 61 0 16 3B 7 26 50 41
Octal 355 271 141 0 26 73 7 46 120 101
Binary 11101101 10111001 1100001 0 10110 111011 111 100110 1010000 1000001

Color Harmonies of #EDB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB961

Black with #EDB961

Text Example


Text Example

White with #EDB961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB961; }

 p { color: rgb(237,185,97); }

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

background-color css

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

 a { background-color: rgb(237,185,97); }

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

border-color css

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

 span { border-color: rgb(237,185,97); }

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