Html Css Color HEX #EDB061 Harvest Gold

📋 copy color: '#EDB061'

red 237 ◦ green 176 ◦ blue 97

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

Shades of Harvest Gold #EDB061

Tints of Harvest Gold #EDB061

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.51%

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

R = 46.47%
G = 34.51%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDB061 (or 0xEDB061) is known color: Harvest Gold. HEX triplet: ED, B0 and 61. RGB value is (237,176,97). Sum of RGB (Red+Green+Blue) = 237+176+97=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB061 is #124F9E. Grayscale: #B9B9B9. Windows color (decimal): -1200031 or 6402285. OLE color: 6402285.

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

Color convert

RGB 237 176 97 -
CMYK 0 0.26 0.59 0.07
HSL 33.86º 0.8% 0.65% -
HSV(B) 33.86º 0.59% 0.93% -
XYZ 52.61 49.92 18.17 -
YUV 185.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 237 176 97 0 0.26 0.59 0.07 33.86 0.8 0.65
Hex ED B0 61 0 1A 3B 7 22 50 41
Octal 355 260 141 0 32 73 7 42 120 101
Binary 11101101 10110000 1100001 0 11010 111011 111 100010 1010000 1000001

Color Harmonies of #EDB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB061

Black with #EDB061

Text Example


Text Example

White with #EDB061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB061; }

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

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

background-color css

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

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

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

border-color css

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

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

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