Html Css Color HEX #EDB573 Harvest Gold

📋 copy color: '#EDB573'

red 237 ◦ green 181 ◦ blue 115

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

Shades of Harvest Gold #EDB573

Tints of Harvest Gold #EDB573

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.96%

 BLUE value IS 115 (45.31% from 255) = 21.58%

R = 44.47%
G = 33.96%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDB573 (or 0xEDB573) is known color: Harvest Gold. HEX triplet: ED, B5 and 73. RGB value is (237,181,115). Sum of RGB (Red+Green+Blue) = 237+181+115=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB573 is #124A8C. Grayscale: #BEBEBE. Windows color (decimal): -1198733 or 7583213. OLE color: 7583213.

HSL color Cylindrical-coordinate representation of color #EDB573: hue angle of 32.46º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB573 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 115 -
CMYK 0 0.24 0.51 0.07
HSL 32.46º 0.77% 0.69% -
HSV(B) 32.46º 0.51% 0.93% -
XYZ 54.54 52.29 23.44 -
YUV 190.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 237 181 115 0 0.24 0.51 0.07 32.46 0.77 0.69
Hex ED B5 73 0 18 33 7 20 4D 45
Octal 355 265 163 0 30 63 7 40 115 105
Binary 11101101 10110101 1110011 0 11000 110011 111 100000 1001101 1000101

Color Harmonies of #EDB573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB573

Black with #EDB573

Text Example


Text Example

White with #EDB573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB573; }

 p { color: rgb(237,181,115); }

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

background-color css

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

 a { background-color: rgb(237,181,115); }

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

border-color css

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

 span { border-color: rgb(237,181,115); }

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