Html Css Color HEX #EDC174 Harvest Gold

📋 copy color: '#EDC174'

red 237 ◦ green 193 ◦ blue 116

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

Shades of Harvest Gold #EDC174

Tints of Harvest Gold #EDC174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.25%

R = 43.41%
G = 35.35%
B = 21.25%

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

#EDC174 (or 0xEDC174) is known color: Harvest Gold. HEX triplet: ED, C1 and 74. RGB value is (237,193,116). Sum of RGB (Red+Green+Blue) = 237+193+116=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC174 is #123E8B. Grayscale: #C5C5C5. Windows color (decimal): -1195660 or 7651821. OLE color: 7651821.

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

Color convert

RGB 237 193 116 -
CMYK 0 0.19 0.51 0.07
HSL 38.18º 0.77% 0.69% -
HSV(B) 38.18º 0.51% 0.93% -
XYZ 57.15 57.41 24.59 -
YUV 197.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 237 193 116 0 0.19 0.51 0.07 38.18 0.77 0.69
Hex ED C1 74 0 13 33 7 26 4D 45
Octal 355 301 164 0 23 63 7 46 115 105
Binary 11101101 11000001 1110100 0 10011 110011 111 100110 1001101 1000101

Color Harmonies of #EDC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC174

Black with #EDC174

Text Example


Text Example

White with #EDC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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