Html Css Color HEX #EDC173 Harvest Gold

📋 copy color: '#EDC173'

red 237 ◦ green 193 ◦ blue 115

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

Shades of Harvest Gold #EDC173

Tints of Harvest Gold #EDC173

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.41%

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

R = 43.49%
G = 35.41%
B = 21.1%

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

#EDC173 (or 0xEDC173) is known color: Harvest Gold. HEX triplet: ED, C1 and 73. RGB value is (237,193,115). Sum of RGB (Red+Green+Blue) = 237+193+115=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC173 is #123E8C. Grayscale: #C5C5C5. Windows color (decimal): -1195661 or 7586285. OLE color: 7586285.

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

Color convert

RGB 237 193 115 -
CMYK 0 0.19 0.51 0.07
HSL 38.36º 0.77% 0.69% -
HSV(B) 38.36º 0.51% 0.93% -
XYZ 57.09 57.38 24.29 -
YUV 197.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 237 193 115 0 0.19 0.51 0.07 38.36 0.77 0.69
Hex ED C1 73 0 13 33 7 26 4D 45
Octal 355 301 163 0 23 63 7 46 115 105
Binary 11101101 11000001 1110011 0 10011 110011 111 100110 1001101 1000101

Color Harmonies of #EDC173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC173

Black with #EDC173

Text Example


Text Example

White with #EDC173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC173; }

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

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

background-color css

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

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

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

border-color css

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

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

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