Html Css Color HEX #EDC171 Harvest Gold

📋 copy color: '#EDC171'

red 237 ◦ green 193 ◦ blue 113

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

Shades of Harvest Gold #EDC171

Tints of Harvest Gold #EDC171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.81%

R = 43.65%
G = 35.54%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDC171 (or 0xEDC171) is known color: Harvest Gold. HEX triplet: ED, C1 and 71. RGB value is (237,193,113). Sum of RGB (Red+Green+Blue) = 237+193+113=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC171 is #123E8E. Grayscale: #C5C5C5. Windows color (decimal): -1195663 or 7455213. OLE color: 7455213.

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

Color convert

RGB 237 193 113 -
CMYK 0 0.19 0.52 0.07
HSL 38.71º 0.78% 0.69% -
HSV(B) 38.71º 0.52% 0.93% -
XYZ 56.98 57.34 23.69 -
YUV 197.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 237 193 113 0 0.19 0.52 0.07 38.71 0.78 0.69
Hex ED C1 71 0 13 34 7 27 4E 45
Octal 355 301 161 0 23 64 7 47 116 105
Binary 11101101 11000001 1110001 0 10011 110100 111 100111 1001110 1000101

Color Harmonies of #EDC171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC171

Black with #EDC171

Text Example


Text Example

White with #EDC171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC171; }

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

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

background-color css

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

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

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

border-color css

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

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

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