Html Css Color HEX #EDC073 Harvest Gold

📋 copy color: '#EDC073'

red 237 ◦ green 192 ◦ blue 115

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

Shades of Harvest Gold #EDC073

Tints of Harvest Gold #EDC073

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.29%

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

R = 43.57%
G = 35.29%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDC073 (or 0xEDC073) is known color: Harvest Gold. HEX triplet: ED, C0 and 73. RGB value is (237,192,115). Sum of RGB (Red+Green+Blue) = 237+192+115=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC073 is #123F8C. Grayscale: #C5C5C5. Windows color (decimal): -1195917 or 7586029. OLE color: 7586029.

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

Color convert

RGB 237 192 115 -
CMYK 0 0.19 0.51 0.07
HSL 37.87º 0.77% 0.69% -
HSV(B) 37.87º 0.51% 0.93% -
XYZ 56.87 56.94 24.21 -
YUV 196.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 237 192 115 0 0.19 0.51 0.07 37.87 0.77 0.69
Hex ED C0 73 0 13 33 7 26 4D 45
Octal 355 300 163 0 23 63 7 46 115 105
Binary 11101101 11000000 1110011 0 10011 110011 111 100110 1001101 1000101

Color Harmonies of #EDC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC073

Black with #EDC073

Text Example


Text Example

White with #EDC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC073; }

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

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

background-color css

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

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

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

border-color css

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

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

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