Html Css Color HEX #EDB761 Harvest Gold

📋 copy color: '#EDB761'

red 237 ◦ green 183 ◦ blue 97

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

Shades of Harvest Gold #EDB761

Tints of Harvest Gold #EDB761

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.4%

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

R = 45.84%
G = 35.4%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDB761 (or 0xEDB761) is known color: Harvest Gold. HEX triplet: ED, B7 and 61. RGB value is (237,183,97). Sum of RGB (Red+Green+Blue) = 237+183+97=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB761 is #12489E. Grayscale: #BDBDBD. Windows color (decimal): -1198239 or 6404077. OLE color: 6404077.

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

Color convert

RGB 237 183 97 -
CMYK 0 0.23 0.59 0.07
HSL 36.86º 0.8% 0.65% -
HSV(B) 36.86º 0.59% 0.93% -
XYZ 54.02 52.73 18.64 -
YUV 189.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 237 183 97 0 0.23 0.59 0.07 36.86 0.8 0.65
Hex ED B7 61 0 17 3B 7 25 50 41
Octal 355 267 141 0 27 73 7 45 120 101
Binary 11101101 10110111 1100001 0 10111 111011 111 100101 1010000 1000001

Color Harmonies of #EDB761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB761

Black with #EDB761

Text Example


Text Example

White with #EDB761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB761; }

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

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

background-color css

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

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

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

border-color css

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

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

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